← 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: 11-76544468-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 16,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "EMSY",
          "hgnc_id": 18071,
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -16,
          "transcript": "NM_001300942.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
      "acmg_score": -16,
      "allele_count_reference_population": 788,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.47,
      "chr": "11",
      "clinvar_classification": "Benign",
      "clinvar_disease": "not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.4699999988079071,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1337,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7049,
          "cdna_start": 3114,
          "cds_end": null,
          "cds_length": 4014,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001300942.2",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000695367.1",
          "protein_coding": true,
          "protein_id": "NP_001287871.1",
          "strand": true,
          "transcript": "NM_001300942.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1337,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7049,
          "cdna_start": 3114,
          "cds_end": null,
          "cds_length": 4014,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000695367.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001300942.2",
          "protein_coding": true,
          "protein_id": "ENSP00000511840.1",
          "strand": true,
          "transcript": "ENST00000695367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1337,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4116,
          "cdna_start": 3003,
          "cds_end": null,
          "cds_length": 4014,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000524767.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433205.1",
          "strand": true,
          "transcript": "ENST00000524767.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1323,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4376,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 3972,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000525038.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000436968.1",
          "strand": true,
          "transcript": "ENST00000525038.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1323,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 3972,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000525919.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432010.1",
          "strand": true,
          "transcript": "ENST00000525919.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1322,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6848,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3969,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000529032.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432327.1",
          "strand": true,
          "transcript": "ENST00000529032.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1231,
          "aa_ref": "Q",
          "aa_start": 882,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3798,
          "cdna_start": 2685,
          "cds_end": null,
          "cds_length": 3696,
          "cds_start": 2646,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000533248.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2646G>A",
          "hgvs_p": "p.Gln882Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433634.1",
          "strand": true,
          "transcript": "ENST00000533248.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": "Q",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1105,
          "cdna_start": 339,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": 339,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000532719.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.339G>A",
          "hgvs_p": "p.Gln113Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000436528.1",
          "strand": true,
          "transcript": "ENST00000532719.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1339,
          "aa_ref": "Q",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4329,
          "cdna_start": 3056,
          "cds_end": null,
          "cds_length": 4020,
          "cds_start": 2970,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000884915.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2970G>A",
          "hgvs_p": "p.Gln990Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554974.1",
          "strand": true,
          "transcript": "ENST00000884915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1336,
          "aa_ref": "Q",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4385,
          "cdna_start": 3111,
          "cds_end": null,
          "cds_length": 4011,
          "cds_start": 2961,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000884905.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2961G>A",
          "hgvs_p": "p.Gln987Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554964.1",
          "strand": true,
          "transcript": "ENST00000884905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1325,
          "aa_ref": "Q",
          "aa_start": 976,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4353,
          "cdna_start": 3080,
          "cds_end": null,
          "cds_length": 3978,
          "cds_start": 2928,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884904.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2928G>A",
          "hgvs_p": "p.Gln976Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554963.1",
          "strand": true,
          "transcript": "ENST00000884904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1323,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7007,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3972,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001300943.2",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001287872.1",
          "strand": true,
          "transcript": "NM_001300943.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1323,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7007,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3972,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001300944.2",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001287873.1",
          "strand": true,
          "transcript": "NM_001300944.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1322,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7004,
          "cdna_start": 3069,
          "cds_end": null,
          "cds_length": 3969,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_020193.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_064578.2",
          "strand": true,
          "transcript": "NM_020193.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1322,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5508,
          "cdna_start": 3062,
          "cds_end": null,
          "cds_length": 3969,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000334736.7",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000334130.3",
          "strand": true,
          "transcript": "ENST00000334736.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1309,
          "aa_ref": "Q",
          "aa_start": 960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4634,
          "cdna_start": 3030,
          "cds_end": null,
          "cds_length": 3930,
          "cds_start": 2880,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884897.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2880G>A",
          "hgvs_p": "p.Gln960Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554956.1",
          "strand": true,
          "transcript": "ENST00000884897.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1308,
          "aa_ref": "Q",
          "aa_start": 959,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4300,
          "cdna_start": 3027,
          "cds_end": null,
          "cds_length": 3927,
          "cds_start": 2877,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884907.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2877G>A",
          "hgvs_p": "p.Gln959Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554966.1",
          "strand": true,
          "transcript": "ENST00000884907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "Q",
          "aa_start": 944,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5992,
          "cdna_start": 3113,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 2832,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884895.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2832G>A",
          "hgvs_p": "p.Gln944Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554954.1",
          "strand": true,
          "transcript": "ENST00000884895.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "Q",
          "aa_start": 937,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4443,
          "cdna_start": 2954,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 2811,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000884900.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2811G>A",
          "hgvs_p": "p.Gln937Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554959.1",
          "strand": true,
          "transcript": "ENST00000884900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1272,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4984,
          "cdna_start": 2930,
          "cds_end": null,
          "cds_length": 3819,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884896.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554955.1",
          "strand": true,
          "transcript": "ENST00000884896.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4185,
          "cdna_start": 2912,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884902.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554961.1",
          "strand": true,
          "transcript": "ENST00000884902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "Q",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4151,
          "cdna_start": 2878,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 2754,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884914.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2754G>A",
          "hgvs_p": "p.Gln918Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554973.1",
          "strand": true,
          "transcript": "ENST00000884914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": "Q",
          "aa_start": 909,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4147,
          "cdna_start": 2874,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": 2727,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000884909.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2727G>A",
          "hgvs_p": "p.Gln909Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554968.1",
          "strand": true,
          "transcript": "ENST00000884909.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "Q",
          "aa_start": 905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 2865,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 2715,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000884906.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2715G>A",
          "hgvs_p": "p.Gln905Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554965.1",
          "strand": true,
          "transcript": "ENST00000884906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1238,
          "aa_ref": "Q",
          "aa_start": 889,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4072,
          "cdna_start": 2799,
          "cds_end": null,
          "cds_length": 3717,
          "cds_start": 2667,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000884913.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2667G>A",
          "hgvs_p": "p.Gln889Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554972.1",
          "strand": true,
          "transcript": "ENST00000884913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": "Q",
          "aa_start": 875,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4015,
          "cdna_start": 2768,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": 2625,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000524490.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2625G>A",
          "hgvs_p": "p.Gln875Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431166.1",
          "strand": true,
          "transcript": "ENST00000524490.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5643,
          "cdna_start": 2893,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000916764.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586823.1",
          "strand": true,
          "transcript": "ENST00000916764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1217,
          "aa_ref": "Q",
          "aa_start": 868,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4335,
          "cdna_start": 2734,
          "cds_end": null,
          "cds_length": 3654,
          "cds_start": 2604,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000884898.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2604G>A",
          "hgvs_p": "p.Gln868Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554957.1",
          "strand": true,
          "transcript": "ENST00000884898.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1203,
          "aa_ref": "Q",
          "aa_start": 854,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3967,
          "cdna_start": 2694,
          "cds_end": null,
          "cds_length": 3612,
          "cds_start": 2562,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000884912.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2562G>A",
          "hgvs_p": "p.Gln854Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554971.1",
          "strand": true,
          "transcript": "ENST00000884912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1187,
          "aa_ref": "Q",
          "aa_start": 838,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3930,
          "cdna_start": 2657,
          "cds_end": null,
          "cds_length": 3564,
          "cds_start": 2514,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000884910.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2514G>A",
          "hgvs_p": "p.Gln838Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554969.1",
          "strand": true,
          "transcript": "ENST00000884910.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1165,
          "aa_ref": "Q",
          "aa_start": 816,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3876,
          "cdna_start": 2603,
          "cds_end": null,
          "cds_length": 3498,
          "cds_start": 2448,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000884903.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2448G>A",
          "hgvs_p": "p.Gln816Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554962.1",
          "strand": true,
          "transcript": "ENST00000884903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1155,
          "aa_ref": "Q",
          "aa_start": 806,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3816,
          "cdna_start": 2572,
          "cds_end": null,
          "cds_length": 3468,
          "cds_start": 2418,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000949750.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2418G>A",
          "hgvs_p": "p.Gln806Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619809.1",
          "strand": true,
          "transcript": "ENST00000949750.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1336,
          "aa_ref": "Q",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7046,
          "cdna_start": 3111,
          "cds_end": null,
          "cds_length": 4011,
          "cds_start": 2961,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047427267.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2961G>A",
          "hgvs_p": "p.Gln987Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283223.1",
          "strand": true,
          "transcript": "XM_047427267.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1322,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7004,
          "cdna_start": 3069,
          "cds_end": null,
          "cds_length": 3969,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427268.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283224.1",
          "strand": true,
          "transcript": "XM_047427268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1320,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7122,
          "cdna_start": 3114,
          "cds_end": null,
          "cds_length": 3963,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047427269.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283225.1",
          "strand": true,
          "transcript": "XM_047427269.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1309,
          "aa_ref": "Q",
          "aa_start": 960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6965,
          "cdna_start": 3030,
          "cds_end": null,
          "cds_length": 3930,
          "cds_start": 2880,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_006718638.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2880G>A",
          "hgvs_p": "p.Gln960Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718701.1",
          "strand": true,
          "transcript": "XM_006718638.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1308,
          "aa_ref": "Q",
          "aa_start": 959,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6962,
          "cdna_start": 3027,
          "cds_end": null,
          "cds_length": 3927,
          "cds_start": 2877,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427271.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2877G>A",
          "hgvs_p": "p.Gln959Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283227.1",
          "strand": true,
          "transcript": "XM_047427271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1306,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7080,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3921,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427272.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283228.1",
          "strand": true,
          "transcript": "XM_047427272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1306,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7080,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3921,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427273.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283229.1",
          "strand": true,
          "transcript": "XM_047427273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1305,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7077,
          "cdna_start": 3069,
          "cds_end": null,
          "cds_length": 3918,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427274.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283230.1",
          "strand": true,
          "transcript": "XM_047427274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "Q",
          "aa_start": 960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7038,
          "cdna_start": 3030,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 2880,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427275.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2880G>A",
          "hgvs_p": "p.Gln960Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283231.1",
          "strand": true,
          "transcript": "XM_047427275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": "Q",
          "aa_start": 937,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6896,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": 2811,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427276.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2811G>A",
          "hgvs_p": "p.Gln937Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283232.1",
          "strand": true,
          "transcript": "XM_047427276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1282,
          "aa_ref": "Q",
          "aa_start": 933,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6884,
          "cdna_start": 2949,
          "cds_end": null,
          "cds_length": 3849,
          "cds_start": 2799,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427277.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2799G>A",
          "hgvs_p": "p.Gln933Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283233.1",
          "strand": true,
          "transcript": "XM_047427277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1281,
          "aa_ref": "Q",
          "aa_start": 932,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6881,
          "cdna_start": 2946,
          "cds_end": null,
          "cds_length": 3846,
          "cds_start": 2796,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427278.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2796G>A",
          "hgvs_p": "p.Gln932Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283234.1",
          "strand": true,
          "transcript": "XM_047427278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1272,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6854,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3819,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_005274112.6",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005274169.1",
          "strand": true,
          "transcript": "XM_005274112.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1272,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6854,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3819,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427279.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283235.1",
          "strand": true,
          "transcript": "XM_047427279.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1269,
          "aa_ref": "Q",
          "aa_start": 937,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6969,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 3810,
          "cds_start": 2811,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427280.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2811G>A",
          "hgvs_p": "p.Gln937Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283236.1",
          "strand": true,
          "transcript": "XM_047427280.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6842,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427281.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283237.1",
          "strand": true,
          "transcript": "XM_047427281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6842,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427282.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283238.1",
          "strand": true,
          "transcript": "XM_047427282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "Q",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6839,
          "cdna_start": 2904,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 2754,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427283.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2754G>A",
          "hgvs_p": "p.Gln918Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283239.1",
          "strand": true,
          "transcript": "XM_047427283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "Q",
          "aa_start": 918,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6839,
          "cdna_start": 2904,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 2754,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427284.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2754G>A",
          "hgvs_p": "p.Gln918Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283240.1",
          "strand": true,
          "transcript": "XM_047427284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": "Q",
          "aa_start": 909,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6812,
          "cdna_start": 2877,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": 2727,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427285.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2727G>A",
          "hgvs_p": "p.Gln909Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283241.1",
          "strand": true,
          "transcript": "XM_047427285.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6927,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427286.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283242.1",
          "strand": true,
          "transcript": "XM_047427286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "Q",
          "aa_start": 905,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6800,
          "cdna_start": 2865,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 2715,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427287.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2715G>A",
          "hgvs_p": "p.Gln905Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283243.1",
          "strand": true,
          "transcript": "XM_047427287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1253,
          "aa_ref": "Q",
          "aa_start": 904,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6797,
          "cdna_start": 2862,
          "cds_end": null,
          "cds_length": 3762,
          "cds_start": 2712,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427288.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2712G>A",
          "hgvs_p": "p.Gln904Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283244.1",
          "strand": true,
          "transcript": "XM_047427288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1251,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6915,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 3756,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427289.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283245.1",
          "strand": true,
          "transcript": "XM_047427289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1241,
          "aa_ref": "Q",
          "aa_start": 909,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6885,
          "cdna_start": 2877,
          "cds_end": null,
          "cds_length": 3726,
          "cds_start": 2727,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427290.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2727G>A",
          "hgvs_p": "p.Gln909Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283246.1",
          "strand": true,
          "transcript": "XM_047427290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1231,
          "aa_ref": "Q",
          "aa_start": 882,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6731,
          "cdna_start": 2796,
          "cds_end": null,
          "cds_length": 3696,
          "cds_start": 2646,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427291.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2646G>A",
          "hgvs_p": "p.Gln882Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283247.1",
          "strand": true,
          "transcript": "XM_047427291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1217,
          "aa_ref": "Q",
          "aa_start": 868,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6689,
          "cdna_start": 2754,
          "cds_end": null,
          "cds_length": 3654,
          "cds_start": 2604,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427292.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2604G>A",
          "hgvs_p": "p.Gln868Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283248.1",
          "strand": true,
          "transcript": "XM_047427292.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1217,
          "aa_ref": "Q",
          "aa_start": 868,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6689,
          "cdna_start": 2754,
          "cds_end": null,
          "cds_length": 3654,
          "cds_start": 2604,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427293.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2604G>A",
          "hgvs_p": "p.Gln868Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283249.1",
          "strand": true,
          "transcript": "XM_047427293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": "Q",
          "aa_start": 867,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6686,
          "cdna_start": 2751,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": 2601,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_006718637.5",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2601G>A",
          "hgvs_p": "p.Gln867Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006718700.1",
          "strand": true,
          "transcript": "XM_006718637.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "Q",
          "aa_start": 866,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6683,
          "cdna_start": 2748,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 2598,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427294.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2598G>A",
          "hgvs_p": "p.Gln866Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283250.1",
          "strand": true,
          "transcript": "XM_047427294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1203,
          "aa_ref": "Q",
          "aa_start": 854,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6647,
          "cdna_start": 2712,
          "cds_end": null,
          "cds_length": 3612,
          "cds_start": 2562,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047427295.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2562G>A",
          "hgvs_p": "p.Gln854Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283251.1",
          "strand": true,
          "transcript": "XM_047427295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1202,
          "aa_ref": "Q",
          "aa_start": 853,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6644,
          "cdna_start": 2709,
          "cds_end": null,
          "cds_length": 3609,
          "cds_start": 2559,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_047427296.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2559G>A",
          "hgvs_p": "p.Gln853Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283252.1",
          "strand": true,
          "transcript": "XM_047427296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1199,
          "aa_ref": "Q",
          "aa_start": 867,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6759,
          "cdna_start": 2751,
          "cds_end": null,
          "cds_length": 3600,
          "cds_start": 2601,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047427297.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2601G>A",
          "hgvs_p": "p.Gln867Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283253.1",
          "strand": true,
          "transcript": "XM_047427297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1170,
          "aa_ref": "Q",
          "aa_start": 988,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6548,
          "cdna_start": 3114,
          "cds_end": null,
          "cds_length": 3513,
          "cds_start": 2964,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047427298.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2964G>A",
          "hgvs_p": "p.Gln988Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283254.1",
          "strand": true,
          "transcript": "XM_047427298.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1156,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6506,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3471,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427299.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283255.1",
          "strand": true,
          "transcript": "XM_047427299.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1156,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6506,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3471,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427300.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283256.1",
          "strand": true,
          "transcript": "XM_047427300.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1155,
          "aa_ref": "Q",
          "aa_start": 973,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6503,
          "cdna_start": 3069,
          "cds_end": null,
          "cds_length": 3468,
          "cds_start": 2919,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427301.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2919G>A",
          "hgvs_p": "p.Gln973Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283257.1",
          "strand": true,
          "transcript": "XM_047427301.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "Q",
          "aa_start": 960,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6464,
          "cdna_start": 3030,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 2880,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427302.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2880G>A",
          "hgvs_p": "p.Gln960Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283258.1",
          "strand": true,
          "transcript": "XM_047427302.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "Q",
          "aa_start": 959,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6461,
          "cdna_start": 3027,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2877,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427303.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2877G>A",
          "hgvs_p": "p.Gln959Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283259.1",
          "strand": true,
          "transcript": "XM_047427303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1119,
          "aa_ref": "Q",
          "aa_start": 937,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6395,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 3360,
          "cds_start": 2811,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 20,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427304.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2811G>A",
          "hgvs_p": "p.Gln937Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283260.1",
          "strand": true,
          "transcript": "XM_047427304.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6353,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427305.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283261.1",
          "strand": true,
          "transcript": "XM_047427305.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6353,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427306.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283262.1",
          "strand": true,
          "transcript": "XM_047427306.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6341,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427307.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283263.1",
          "strand": true,
          "transcript": "XM_047427307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1096,
          "aa_ref": "Q",
          "aa_start": 974,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3815,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3291,
          "cds_start": 2922,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047427308.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2922G>A",
          "hgvs_p": "p.Gln974Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283264.1",
          "strand": true,
          "transcript": "XM_047427308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": "Q",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3662,
          "cdna_start": 2919,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": 2769,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047427309.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2769G>A",
          "hgvs_p": "p.Gln923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283265.1",
          "strand": true,
          "transcript": "XM_047427309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3273,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884911.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2712+2101G>A",
          "hgvs_p": null,
          "intron_rank": 18,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554970.1",
          "strand": true,
          "transcript": "ENST00000884911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3174,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884901.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2601+2101G>A",
          "hgvs_p": null,
          "intron_rank": 18,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554960.1",
          "strand": true,
          "transcript": "ENST00000884901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 917,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2754,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884899.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2559+2101G>A",
          "hgvs_p": null,
          "intron_rank": 17,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554958.1",
          "strand": true,
          "transcript": "ENST00000884899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3115,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884908.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2547+2101G>A",
          "hgvs_p": null,
          "intron_rank": 17,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554967.1",
          "strand": true,
          "transcript": "ENST00000884908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5984,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047427310.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.2754+2101G>A",
          "hgvs_p": null,
          "intron_rank": 19,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047283266.1",
          "strand": true,
          "transcript": "XM_047427310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000531641.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "n.1039G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000531641.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 542,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000534573.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "n.527G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000534573.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 653,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 653,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000524451.1",
          "gene_hgnc_id": 18071,
          "gene_symbol": "EMSY",
          "hgvs_c": "c.*82G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432234.1",
          "strand": true,
          "transcript": "ENST00000524451.1",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs11822571",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.00048820078,
      "gene_hgnc_id": 18071,
      "gene_symbol": "EMSY",
      "gnomad_exomes_ac": 388,
      "gnomad_exomes_af": 0.000265412,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_ac": 400,
      "gnomad_genomes_af": 0.00262791,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 3,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not provided",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.525,
      "pos": 76544468,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001300942.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.