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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 248414,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000381604.9",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370100.5",
          "protein_id": "NP_001357029.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1430,
          "cdna_end": null,
          "cdna_length": 4100,
          "mane_select": "ENST00000381604.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "ENST00000381604.9",
          "protein_id": "ENSP00000371017.6",
          "transcript_support_level": 5,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1430,
          "cdna_end": null,
          "cdna_length": 4100,
          "mane_select": "NM_001370100.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "ENST00000397962.8",
          "protein_id": "ENSP00000381053.3",
          "transcript_support_level": 1,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1647,
          "cdna_end": null,
          "cdna_length": 2150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "ENST00000558098.4",
          "protein_id": "ENSP00000452959.1",
          "transcript_support_level": 1,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 1306,
          "cdna_end": null,
          "cdna_length": 1859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1303G>A",
          "hgvs_p": "p.Val435Met",
          "transcript": "ENST00000509513.6",
          "protein_id": "ENSP00000424205.2",
          "transcript_support_level": 1,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1512,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1248G>A",
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1248G>A",
          "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": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1351G>A",
          "hgvs_p": "p.Val451Met",
          "transcript": "ENST00000397955.7",
          "protein_id": "ENSP00000381046.3",
          "transcript_support_level": 5,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1351,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 3961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370097.3",
          "protein_id": "NP_001357026.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1418,
          "cdna_end": null,
          "cdna_length": 4085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370098.2",
          "protein_id": "NP_001357027.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1729,
          "cdna_end": null,
          "cdna_length": 4396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370099.2",
          "protein_id": "NP_001357028.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1363,
          "cdna_end": null,
          "cdna_length": 4030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370101.2",
          "protein_id": "NP_001357030.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1400,
          "cdna_end": null,
          "cdna_length": 4067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001370102.2",
          "protein_id": "NP_001357031.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1934,
          "cdna_end": null,
          "cdna_length": 4601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_006624.7",
          "protein_id": "NP_006615.2",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1628,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "ENST00000381591.5",
          "protein_id": "ENSP00000371003.1",
          "transcript_support_level": 5,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1559,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "ENST00000704301.1",
          "protein_id": "ENSP00000515825.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": 1930,
          "cdna_end": null,
          "cdna_length": 4561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1303G>A",
          "hgvs_p": "p.Val435Met",
          "transcript": "NM_001370115.2",
          "protein_id": "NP_001357044.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1415,
          "cdna_end": null,
          "cdna_length": 4082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1303G>A",
          "hgvs_p": "p.Val435Met",
          "transcript": "ENST00000627286.2",
          "protein_id": "ENSP00000487386.2",
          "transcript_support_level": 5,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 601,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 1806,
          "cdna_start": 1374,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1255G>A",
          "hgvs_p": "p.Val419Met",
          "transcript": "NM_001330057.3",
          "protein_id": "NP_001316986.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1255,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1513,
          "cdna_end": null,
          "cdna_length": 4180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1255G>A",
          "hgvs_p": "p.Val419Met",
          "transcript": "NM_001370112.2",
          "protein_id": "NP_001357041.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1255,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1525,
          "cdna_end": null,
          "cdna_length": 4192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1240G>A",
          "hgvs_p": "p.Val414Met",
          "transcript": "NM_001370116.2",
          "protein_id": "NP_001357045.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 1240,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1237G>A",
          "hgvs_p": "p.Val413Met",
          "transcript": "NM_001370117.2",
          "protein_id": "NP_001357046.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1237,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1361,
          "cdna_end": null,
          "cdna_length": 4028,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1237G>A",
          "hgvs_p": "p.Val413Met",
          "transcript": "ENST00000704315.1",
          "protein_id": "ENSP00000515835.1",
          "transcript_support_level": null,
          "aa_start": 413,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1237,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1365,
          "cdna_end": null,
          "cdna_length": 4006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Met",
          "transcript": "NM_001370113.2",
          "protein_id": "NP_001357042.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1636,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Met",
          "transcript": "NM_001370114.2",
          "protein_id": "NP_001357043.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1270,
          "cdna_end": null,
          "cdna_length": 3937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1213G>A",
          "hgvs_p": "p.Val405Met",
          "transcript": "ENST00000402736.5",
          "protein_id": "ENSP00000386010.1",
          "transcript_support_level": 5,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1213,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met",
          "transcript": "NM_001202468.1",
          "protein_id": "NP_001189397.1",
          "transcript_support_level": null,
          "aa_start": 436,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1306,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": 1325,
          "cdna_end": null,
          "cdna_length": 2407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1303G>A",
          "hgvs_p": "p.Val435Met",
          "transcript": "NM_212479.4",
          "protein_id": "NP_997644.2",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 567,
          "cds_start": 1303,
          "cds_end": null,
          "cds_length": 1704,
          "cdna_start": 1415,
          "cdna_end": null,
          "cdna_length": 2497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1186G>A",
          "hgvs_p": "p.Val396Met",
          "transcript": "NM_001370118.2",
          "protein_id": "NP_001357047.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 1186,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1493,
          "cdna_end": null,
          "cdna_length": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1186G>A",
          "hgvs_p": "p.Val396Met",
          "transcript": "ENST00000704343.1",
          "protein_id": "ENSP00000515854.1",
          "transcript_support_level": null,
          "aa_start": 396,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 1186,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 3883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1159G>A",
          "hgvs_p": "p.Val387Met",
          "transcript": "NM_001370119.2",
          "protein_id": "NP_001357048.1",
          "transcript_support_level": null,
          "aa_start": 387,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 1159,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 1481,
          "cdna_end": null,
          "cdna_length": 4148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001202464.3",
          "protein_id": "NP_001189393.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1268,
          "cdna_end": null,
          "cdna_length": 3935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370103.2",
          "protein_id": "NP_001357032.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370104.2",
          "protein_id": "NP_001357033.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1246,
          "cdna_end": null,
          "cdna_length": 3913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370105.2",
          "protein_id": "NP_001357034.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1466,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370106.2",
          "protein_id": "NP_001357035.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1256,
          "cdna_end": null,
          "cdna_length": 3923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370107.2",
          "protein_id": "NP_001357036.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1567,
          "cdna_end": null,
          "cdna_length": 4234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370108.2",
          "protein_id": "NP_001357037.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1201,
          "cdna_end": null,
          "cdna_length": 3868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001370109.2",
          "protein_id": "NP_001357038.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1772,
          "cdna_end": null,
          "cdna_length": 4439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "ENST00000704295.1",
          "protein_id": "ENSP00000515819.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1411,
          "cdna_end": null,
          "cdna_length": 4046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "ENST00000704303.1",
          "protein_id": "ENSP00000515827.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 548,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1647,
          "cdna_start": 1382,
          "cdna_end": null,
          "cdna_length": 4034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1141G>A",
          "hgvs_p": "p.Val381Met",
          "transcript": "NM_001202466.3",
          "protein_id": "NP_001189395.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 3920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1141G>A",
          "hgvs_p": "p.Val381Met",
          "transcript": "NM_001370111.2",
          "protein_id": "NP_001357040.1",
          "transcript_support_level": null,
          "aa_start": 381,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 1141,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1198,
          "cdna_end": null,
          "cdna_length": 3865,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1078G>A",
          "hgvs_p": "p.Val360Met",
          "transcript": "NM_001370120.2",
          "protein_id": "NP_001357049.1",
          "transcript_support_level": null,
          "aa_start": 360,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1078,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1121,
          "cdna_end": null,
          "cdna_length": 3788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1066G>A",
          "hgvs_p": "p.Val356Met",
          "transcript": "ENST00000403354.5",
          "protein_id": "ENSP00000385484.1",
          "transcript_support_level": 5,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1066,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1161,
          "cdna_end": null,
          "cdna_length": 1664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1051G>A",
          "hgvs_p": "p.Val351Met",
          "transcript": "NM_001202465.3",
          "protein_id": "NP_001189394.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1163,
          "cdna_end": null,
          "cdna_length": 3830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1051G>A",
          "hgvs_p": "p.Val351Met",
          "transcript": "NM_001370110.2",
          "protein_id": "NP_001357039.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1108,
          "cdna_end": null,
          "cdna_length": 3775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1051G>A",
          "hgvs_p": "p.Val351Met",
          "transcript": "ENST00000602682.6",
          "protein_id": "ENSP00000473321.1",
          "transcript_support_level": 5,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 517,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1554,
          "cdna_start": 1158,
          "cdna_end": null,
          "cdna_length": 3622,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "NM_001202467.1",
          "protein_id": "NP_001189396.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1163,
          "cdna_end": null,
          "cdna_length": 2245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1144G>A",
          "hgvs_p": "p.Val382Met",
          "transcript": "ENST00000704335.1",
          "protein_id": "ENSP00000515849.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 514,
          "cds_start": 1144,
          "cds_end": null,
          "cds_length": 1545,
          "cdna_start": 1234,
          "cdna_end": null,
          "cdna_length": 7150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1024G>A",
          "hgvs_p": "p.Val342Met",
          "transcript": "NM_001370121.2",
          "protein_id": "NP_001357050.1",
          "transcript_support_level": null,
          "aa_start": 342,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1024,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1133,
          "cdna_end": null,
          "cdna_length": 3800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1000G>A",
          "hgvs_p": "p.Val334Met",
          "transcript": "NM_001370122.2",
          "protein_id": "NP_001357051.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1000,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1112,
          "cdna_end": null,
          "cdna_length": 3779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1000G>A",
          "hgvs_p": "p.Val334Met",
          "transcript": "ENST00000704307.1",
          "protein_id": "ENSP00000515831.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1000,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1060,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.949G>A",
          "hgvs_p": "p.Val317Met",
          "transcript": "NM_001370123.2",
          "protein_id": "NP_001357052.1",
          "transcript_support_level": null,
          "aa_start": 317,
          "aa_end": null,
          "aa_length": 483,
          "cds_start": 949,
          "cds_end": null,
          "cds_length": 1452,
          "cdna_start": 1219,
          "cdna_end": null,
          "cdna_length": 3886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.835G>A",
          "hgvs_p": "p.Val279Met",
          "transcript": "NM_001370124.3",
          "protein_id": "NP_001357053.1",
          "transcript_support_level": null,
          "aa_start": 279,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 835,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": 961,
          "cdna_end": null,
          "cdna_length": 3628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Val275Met",
          "transcript": "ENST00000704338.1",
          "protein_id": "ENSP00000515850.1",
          "transcript_support_level": null,
          "aa_start": 275,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 823,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 823,
          "cdna_end": null,
          "cdna_length": 3454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "c.1093G>A",
          "hgvs_p": "p.Val365Met",
          "transcript": "XM_017015594.2",
          "protein_id": "XP_016871083.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 1093,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1258,
          "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": 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.486G>A",
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1007G>A",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*441G>A",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.1337G>A",
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*1007G>A",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZMYND11",
          "gene_hgnc_id": 16966,
          "hgvs_c": "n.*441G>A",
          "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.92+398C>T",
          "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": "rs374548684",
      "frequency_reference_population": 0.00003407594,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 55,
      "gnomad_exomes_af": 0.0000328342,
      "gnomad_genomes_af": 0.0000460072,
      "gnomad_exomes_ac": 48,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5021628141403198,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.285,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3529,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.646,
      "phylop100way_prediction": "Pathogenic",
      "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": -9,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -9,
          "benign_score": 9,
          "pathogenic_score": 0,
          "criteria": [
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000381604.9",
          "gene_symbol": "ZMYND11",
          "hgnc_id": 16966,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1306G>A",
          "hgvs_p": "p.Val436Met"
        },
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP6"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "XR_007062025.1",
          "gene_symbol": "LOC107984190",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.92+398C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:2",
      "phenotype_combined": "not specified|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}