← 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-246887-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 246887,
      "ref": "C",
      "alt": "T",
      "effect": "stop_gained",
      "transcript": "ENST00000381604.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370100.5",
          "protein_id": "NP_001357029.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 4100,
          "mane_select": "ENST00000381604.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000381604.9",
          "protein_id": "ENSP00000371017.6",
          "transcript_support_level": 5,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 4100,
          "mane_select": "NM_001370100.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000397962.8",
          "protein_id": "ENSP00000381053.3",
          "transcript_support_level": 1,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1413,
          "cdna_end": null,
          "cdna_length": 2150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000558098.4",
          "protein_id": "ENSP00000452959.1",
          "transcript_support_level": 1,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 1072,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "transcript": "ENST00000509513.6",
          "protein_id": "ENSP00000424205.2",
          "transcript_support_level": 1,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 2065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1014C>T",
          "hgvs_p": null,
          "transcript": "ENST00000381584.6",
          "protein_id": "ENSP00000370996.2",
          "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": 4157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1014C>T",
          "hgvs_p": null,
          "transcript": "ENST00000381584.6",
          "protein_id": "ENSP00000370996.2",
          "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": 4157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1117C>T",
          "hgvs_p": "p.Arg373*",
          "transcript": "ENST00000397955.7",
          "protein_id": "ENSP00000381046.3",
          "transcript_support_level": 5,
          "aa_start": 373,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1117,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370097.3",
          "protein_id": "NP_001357026.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1184,
          "cdna_end": null,
          "cdna_length": 4085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370098.2",
          "protein_id": "NP_001357027.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1495,
          "cdna_end": null,
          "cdna_length": 4396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370099.2",
          "protein_id": "NP_001357028.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1129,
          "cdna_end": null,
          "cdna_length": 4030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370101.2",
          "protein_id": "NP_001357030.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1166,
          "cdna_end": null,
          "cdna_length": 4067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370102.2",
          "protein_id": "NP_001357031.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1700,
          "cdna_end": null,
          "cdna_length": 4601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_006624.7",
          "protein_id": "NP_006615.2",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1394,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000381591.5",
          "protein_id": "ENSP00000371003.1",
          "transcript_support_level": 5,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1325,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000704301.1",
          "protein_id": "ENSP00000515825.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1696,
          "cdna_end": null,
          "cdna_length": 4561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "transcript": "NM_001370115.2",
          "protein_id": "NP_001357044.1",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1181,
          "cdna_end": null,
          "cdna_length": 4082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "transcript": "ENST00000627286.2",
          "protein_id": "ENSP00000487386.2",
          "transcript_support_level": 5,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1140,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Arg341*",
          "transcript": "NM_001330057.3",
          "protein_id": "NP_001316986.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1279,
          "cdna_end": null,
          "cdna_length": 4180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Arg341*",
          "transcript": "NM_001370112.2",
          "protein_id": "NP_001357041.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1291,
          "cdna_end": null,
          "cdna_length": 4192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1006C>T",
          "hgvs_p": "p.Arg336*",
          "transcript": "NM_001370116.2",
          "protein_id": "NP_001357045.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001370117.2",
          "protein_id": "NP_001357046.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1196,
          "cdna_end": null,
          "cdna_length": 4028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "ENST00000704315.1",
          "protein_id": "ENSP00000515835.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1200,
          "cdna_end": null,
          "cdna_length": 4006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Arg327*",
          "transcript": "NM_001370113.2",
          "protein_id": "NP_001357042.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1402,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Arg327*",
          "transcript": "NM_001370114.2",
          "protein_id": "NP_001357043.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1036,
          "cdna_end": null,
          "cdna_length": 3937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.979C>T",
          "hgvs_p": "p.Arg327*",
          "transcript": "ENST00000402736.5",
          "protein_id": "ENSP00000386010.1",
          "transcript_support_level": 5,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*",
          "transcript": "NM_001202468.1",
          "protein_id": "NP_001189397.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 1091,
          "cdna_end": null,
          "cdna_length": 2407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1069C>T",
          "hgvs_p": "p.Arg357*",
          "transcript": "NM_212479.4",
          "protein_id": "NP_997644.2",
          "transcript_support_level": null,
          "aa_start": 357,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1069,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1181,
          "cdna_end": null,
          "cdna_length": 2497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.952C>T",
          "hgvs_p": "p.Arg318*",
          "transcript": "NM_001370118.2",
          "protein_id": "NP_001357047.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 952,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1259,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.952C>T",
          "hgvs_p": "p.Arg318*",
          "transcript": "ENST00000704343.1",
          "protein_id": "ENSP00000515854.1",
          "transcript_support_level": null,
          "aa_start": 318,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 952,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1007,
          "cdna_end": null,
          "cdna_length": 3883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.994C>T",
          "hgvs_p": "p.Arg332*",
          "transcript": "NM_001370119.2",
          "protein_id": "NP_001357048.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1316,
          "cdna_end": null,
          "cdna_length": 4148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001202464.3",
          "protein_id": "NP_001189393.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1034,
          "cdna_end": null,
          "cdna_length": 3935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370103.2",
          "protein_id": "NP_001357032.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370104.2",
          "protein_id": "NP_001357033.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1012,
          "cdna_end": null,
          "cdna_length": 3913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370105.2",
          "protein_id": "NP_001357034.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1232,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370106.2",
          "protein_id": "NP_001357035.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1022,
          "cdna_end": null,
          "cdna_length": 3923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370107.2",
          "protein_id": "NP_001357036.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1333,
          "cdna_end": null,
          "cdna_length": 4234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370108.2",
          "protein_id": "NP_001357037.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001370109.2",
          "protein_id": "NP_001357038.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1538,
          "cdna_end": null,
          "cdna_length": 4439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "ENST00000704295.1",
          "protein_id": "ENSP00000515819.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1177,
          "cdna_end": null,
          "cdna_length": 4046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "ENST00000704303.1",
          "protein_id": "ENSP00000515827.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1148,
          "cdna_end": null,
          "cdna_length": 4034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.907C>T",
          "hgvs_p": "p.Arg303*",
          "transcript": "NM_001202466.3",
          "protein_id": "NP_001189395.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1019,
          "cdna_end": null,
          "cdna_length": 3920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.907C>T",
          "hgvs_p": "p.Arg303*",
          "transcript": "NM_001370111.2",
          "protein_id": "NP_001357040.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 3865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.844C>T",
          "hgvs_p": "p.Arg282*",
          "transcript": "NM_001370120.2",
          "protein_id": "NP_001357049.1",
          "transcript_support_level": null,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 844,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 887,
          "cdna_end": null,
          "cdna_length": 3788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.832C>T",
          "hgvs_p": "p.Arg278*",
          "transcript": "ENST00000403354.5",
          "protein_id": "ENSP00000385484.1",
          "transcript_support_level": 5,
          "aa_start": 278,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 832,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 1664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273*",
          "transcript": "NM_001202465.3",
          "protein_id": "NP_001189394.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 929,
          "cdna_end": null,
          "cdna_length": 3830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273*",
          "transcript": "NM_001370110.2",
          "protein_id": "NP_001357039.1",
          "transcript_support_level": null,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 874,
          "cdna_end": null,
          "cdna_length": 3775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.817C>T",
          "hgvs_p": "p.Arg273*",
          "transcript": "ENST00000602682.6",
          "protein_id": "ENSP00000473321.1",
          "transcript_support_level": 5,
          "aa_start": 273,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 817,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 924,
          "cdna_end": null,
          "cdna_length": 3622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "NM_001202467.1",
          "protein_id": "NP_001189396.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 929,
          "cdna_end": null,
          "cdna_length": 2245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Arg304*",
          "transcript": "ENST00000704335.1",
          "protein_id": "ENSP00000515849.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1000,
          "cdna_end": null,
          "cdna_length": 7150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.790C>T",
          "hgvs_p": "p.Arg264*",
          "transcript": "NM_001370121.2",
          "protein_id": "NP_001357050.1",
          "transcript_support_level": null,
          "aa_start": 264,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 790,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 899,
          "cdna_end": null,
          "cdna_length": 3800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.Arg256*",
          "transcript": "NM_001370122.2",
          "protein_id": "NP_001357051.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 878,
          "cdna_end": null,
          "cdna_length": 3779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.Arg256*",
          "transcript": "ENST00000704307.1",
          "protein_id": "ENSP00000515831.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 826,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.715C>T",
          "hgvs_p": "p.Arg239*",
          "transcript": "NM_001370123.2",
          "protein_id": "NP_001357052.1",
          "transcript_support_level": null,
          "aa_start": 239,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 715,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 985,
          "cdna_end": null,
          "cdna_length": 3886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.601C>T",
          "hgvs_p": "p.Arg201*",
          "transcript": "NM_001370124.3",
          "protein_id": "NP_001357053.1",
          "transcript_support_level": null,
          "aa_start": 201,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 601,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 727,
          "cdna_end": null,
          "cdna_length": 3628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.589C>T",
          "hgvs_p": "p.Arg197*",
          "transcript": "ENST00000704338.1",
          "protein_id": "ENSP00000515850.1",
          "transcript_support_level": null,
          "aa_start": 197,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 589,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 589,
          "cdna_end": null,
          "cdna_length": 3454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "*",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "stop_gained"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.859C>T",
          "hgvs_p": "p.Arg287*",
          "transcript": "XM_017015594.2",
          "protein_id": "XP_016871083.1",
          "transcript_support_level": null,
          "aa_start": 287,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 859,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1024,
          "cdna_end": null,
          "cdna_length": 3928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.252C>T",
          "hgvs_p": null,
          "transcript": "ENST00000473115.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.469C>T",
          "hgvs_p": null,
          "transcript": "ENST00000488275.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*773C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704306.1",
          "protein_id": "ENSP00000515830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*207C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704339.1",
          "protein_id": "ENSP00000515851.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.1103C>T",
          "hgvs_p": null,
          "transcript": "NR_163254.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*773C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704306.1",
          "protein_id": "ENSP00000515830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*207C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704339.1",
          "protein_id": "ENSP00000515851.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC107984190",
          "gene_hgnc_id": null,
          "hgvs_c": "n.93-866G>A",
          "hgvs_p": null,
          "transcript": "XR_007062025.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ZMYND11",
      "gene_hgnc_id": 16966,
      "dbsnp": "rs1554792556",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6200000047683716,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.62,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 2.959,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000381604.9",
          "gene_symbol": "ZMYND11",
          "hgnc_id": 16966,
          "effects": [
            "stop_gained"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1072C>T",
          "hgvs_p": "p.Arg358*"
        },
        {
          "score": 14,
          "benign_score": 0,
          "pathogenic_score": 14,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "XR_007062025.1",
          "gene_symbol": "LOC107984190",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.93-866G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " autosomal dominant 30,Inborn genetic diseases,Intellectual disability,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:4",
      "phenotype_combined": "Inborn genetic diseases|not provided|Intellectual disability, autosomal dominant 30",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}