← 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: X-41346541-CAT-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 41346541,
      "ref": "CAT",
      "alt": "C",
      "effect": "frameshift_variant",
      "transcript": "NM_001356.5",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "NM_001356.5",
          "protein_id": "NP_001347.3",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4635,
          "mane_select": "ENST00000644876.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001356.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000644876.2",
          "protein_id": "ENSP00000494040.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4635,
          "mane_select": "NM_001356.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644876.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1532_1533delAT",
          "hgvs_p": "p.His511fs",
          "transcript": "ENST00000399959.7",
          "protein_id": "ENSP00000382840.3",
          "transcript_support_level": 1,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1532,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 4632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399959.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1535_1536delAT",
          "hgvs_p": null,
          "transcript": "ENST00000478993.5",
          "protein_id": "ENSP00000478443.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000478993.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000625837.2",
          "protein_id": "ENSP00000486306.1",
          "transcript_support_level": 5,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": 2440,
          "cdna_end": null,
          "cdna_length": 3237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000625837.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1700_1701delAT",
          "hgvs_p": "p.His567fs",
          "transcript": "ENST00000875789.1",
          "protein_id": "ENSP00000545848.1",
          "transcript_support_level": null,
          "aa_start": 567,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1700,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 1791,
          "cdna_end": null,
          "cdna_length": 4730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875789.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1697_1698delAT",
          "hgvs_p": "p.His566fs",
          "transcript": "ENST00000644109.1",
          "protein_id": "ENSP00000494952.1",
          "transcript_support_level": null,
          "aa_start": 566,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1697,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 1788,
          "cdna_end": null,
          "cdna_length": 4409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644109.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1700_1701delAT",
          "hgvs_p": "p.His567fs",
          "transcript": "ENST00000875787.1",
          "protein_id": "ENSP00000545846.1",
          "transcript_support_level": null,
          "aa_start": 567,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1700,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 1791,
          "cdna_end": null,
          "cdna_length": 4732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875787.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000629496.3",
          "protein_id": "ENSP00000487224.1",
          "transcript_support_level": 5,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 2014,
          "cdna_end": null,
          "cdna_length": 5036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000629496.3"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000644513.1",
          "protein_id": "ENSP00000493819.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644513.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875792.1",
          "protein_id": "ENSP00000545851.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 2258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875792.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "NM_001193416.3",
          "protein_id": "NP_001180345.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 6026,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193416.3"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000646319.1",
          "protein_id": "ENSP00000495377.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1613,
          "cdna_end": null,
          "cdna_length": 4554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646319.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875784.1",
          "protein_id": "ENSP00000545843.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4632,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875784.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1532_1533delAT",
          "hgvs_p": "p.His511fs",
          "transcript": "ENST00000644074.1",
          "protein_id": "ENSP00000496663.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 1532,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 4620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644074.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875783.1",
          "protein_id": "ENSP00000545842.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875783.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875788.1",
          "protein_id": "ENSP00000545847.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 654,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1965,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875788.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875786.1",
          "protein_id": "ENSP00000545845.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875786.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875791.1",
          "protein_id": "ENSP00000545850.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 2463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875791.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1493_1494delAT",
          "hgvs_p": "p.His498fs",
          "transcript": "ENST00000644073.1",
          "protein_id": "ENSP00000493475.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 1493,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1731,
          "cdna_end": null,
          "cdna_length": 4349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644073.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1487_1488delAT",
          "hgvs_p": "p.His496fs",
          "transcript": "NM_001193417.3",
          "protein_id": "NP_001180346.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 1578,
          "cdna_end": null,
          "cdna_length": 5981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193417.3"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1487_1488delAT",
          "hgvs_p": "p.His496fs",
          "transcript": "ENST00000457138.7",
          "protein_id": "ENSP00000392494.2",
          "transcript_support_level": 2,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 1827,
          "cdna_end": null,
          "cdna_length": 4786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000457138.7"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000646122.1",
          "protein_id": "ENSP00000496222.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646122.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000626301.2",
          "protein_id": "ENSP00000486443.1",
          "transcript_support_level": 5,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 2440,
          "cdna_end": null,
          "cdna_length": 3013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000626301.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1466_1467delAT",
          "hgvs_p": "p.His489fs",
          "transcript": "ENST00000959626.1",
          "protein_id": "ENSP00000629685.1",
          "transcript_support_level": null,
          "aa_start": 489,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 1466,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": 1558,
          "cdna_end": null,
          "cdna_length": 4560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959626.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "ENST00000875785.1",
          "protein_id": "ENSP00000545844.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 1626,
          "cdna_end": null,
          "cdna_length": 4563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875785.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1436_1437delAT",
          "hgvs_p": "p.His479fs",
          "transcript": "ENST00000441189.4",
          "protein_id": "ENSP00000414281.3",
          "transcript_support_level": 2,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 629,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 1890,
          "cdna_start": 1527,
          "cdna_end": null,
          "cdna_length": 4122,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441189.4"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1418_1419delAT",
          "hgvs_p": "p.His473fs",
          "transcript": "ENST00000644677.1",
          "protein_id": "ENSP00000496524.1",
          "transcript_support_level": null,
          "aa_start": 473,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1418,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 1875,
          "cdna_end": null,
          "cdna_length": 4457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644677.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1418_1419delAT",
          "hgvs_p": "p.His473fs",
          "transcript": "ENST00000646107.1",
          "protein_id": "ENSP00000494518.1",
          "transcript_support_level": null,
          "aa_start": 473,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 1418,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": 1805,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646107.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1313_1314delAT",
          "hgvs_p": "p.His438fs",
          "transcript": "ENST00000875790.1",
          "protein_id": "ENSP00000545849.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 588,
          "cds_start": 1313,
          "cds_end": null,
          "cds_length": 1767,
          "cdna_start": 1404,
          "cdna_end": null,
          "cdna_length": 3267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000875790.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.977_978delAT",
          "hgvs_p": "p.His326fs",
          "transcript": "ENST00000642322.3",
          "protein_id": "ENSP00000496052.3",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 1677,
          "cdna_end": null,
          "cdna_length": 4303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642322.3"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.977_978delAT",
          "hgvs_p": "p.His326fs",
          "transcript": "ENST00000642424.1",
          "protein_id": "ENSP00000496356.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 2859,
          "cdna_end": null,
          "cdna_length": 5789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000642424.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.977_978delAT",
          "hgvs_p": "p.His326fs",
          "transcript": "ENST00000646627.1",
          "protein_id": "ENSP00000493795.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 1576,
          "cdna_end": null,
          "cdna_length": 2469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646627.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.977_978delAT",
          "hgvs_p": "p.His326fs",
          "transcript": "NM_001363819.1",
          "protein_id": "NP_001350748.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 2967,
          "cdna_end": null,
          "cdna_length": 5986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363819.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.977_978delAT",
          "hgvs_p": "p.His326fs",
          "transcript": "ENST00000646679.1",
          "protein_id": "ENSP00000494887.1",
          "transcript_support_level": null,
          "aa_start": 326,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 977,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 1798,
          "cdna_end": null,
          "cdna_length": 4693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000646679.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.281_282delAT",
          "hgvs_p": "p.His94fs",
          "transcript": "ENST00000616050.3",
          "protein_id": "ENSP00000487626.2",
          "transcript_support_level": 5,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": 281,
          "cds_end": null,
          "cds_length": 666,
          "cdna_start": 283,
          "cdna_end": null,
          "cdna_length": 844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000616050.3"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.128_129delAT",
          "hgvs_p": "p.His43fs",
          "transcript": "ENST00000611968.2",
          "protein_id": "ENSP00000479790.2",
          "transcript_support_level": 3,
          "aa_start": 43,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": 128,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": 129,
          "cdna_end": null,
          "cdna_length": 782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000611968.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs",
          "transcript": "XM_011543892.3",
          "protein_id": "XP_011542194.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": 2480,
          "cdna_end": null,
          "cdna_length": 6743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011543892.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*654_*655delAT",
          "hgvs_p": null,
          "transcript": "ENST00000542215.5",
          "protein_id": "ENSP00000493687.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000542215.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1535_1536delAT",
          "hgvs_p": null,
          "transcript": "ENST00000629785.2",
          "protein_id": "ENSP00000486516.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000629785.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1535_1536delAT",
          "hgvs_p": null,
          "transcript": "ENST00000630255.2",
          "protein_id": "ENSP00000486720.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000630255.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1535_1536delAT",
          "hgvs_p": null,
          "transcript": "ENST00000630370.2",
          "protein_id": "ENSP00000487062.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3120,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000630370.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1535_1536delAT",
          "hgvs_p": null,
          "transcript": "ENST00000630858.2",
          "protein_id": "ENSP00000486514.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000630858.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.3734_3735delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642161.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642161.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.4857_4858delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642589.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642589.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1709_1710delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642597.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642597.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1568_1569delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642687.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642687.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2368_2369delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642722.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642722.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2426_2427delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642763.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642763.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*984_*985delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642793.1",
          "protein_id": "ENSP00000493976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642793.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1184_1185delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642801.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000642801.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.905_906delAT",
          "hgvs_p": null,
          "transcript": "ENST00000643820.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000643820.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*817_*818delAT",
          "hgvs_p": null,
          "transcript": "ENST00000643963.1",
          "protein_id": "ENSP00000495264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643963.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1705_1706delAT",
          "hgvs_p": null,
          "transcript": "ENST00000644307.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000644307.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.3196_3197delAT",
          "hgvs_p": null,
          "transcript": "ENST00000644958.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000644958.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*2757_*2758delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645080.1",
          "protein_id": "ENSP00000494767.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645080.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.3030_3031delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645120.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645120.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1705_1706delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645338.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645338.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2999_3000delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645380.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645380.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2711_2712delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645561.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645561.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.4399_4400delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645574.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000645574.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*34_*35delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645589.1",
          "protein_id": "ENSP00000494588.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645589.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2504_2505delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646196.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646196.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*1528_*1529delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646223.1",
          "protein_id": "ENSP00000496043.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646223.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.3823_3824delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646390.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646390.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2597_2598delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646822.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646822.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1709_1710delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646940.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000646940.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.1633_1634delAT",
          "hgvs_p": null,
          "transcript": "ENST00000647286.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647286.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.274_275delAT",
          "hgvs_p": null,
          "transcript": "ENST00000647477.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000647477.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.2480_2481delAT",
          "hgvs_p": null,
          "transcript": "NR_126093.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_126093.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*654_*655delAT",
          "hgvs_p": null,
          "transcript": "ENST00000542215.5",
          "protein_id": "ENSP00000493687.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1592,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000542215.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*984_*985delAT",
          "hgvs_p": null,
          "transcript": "ENST00000642793.1",
          "protein_id": "ENSP00000493976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000642793.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*817_*818delAT",
          "hgvs_p": null,
          "transcript": "ENST00000643963.1",
          "protein_id": "ENSP00000495264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000643963.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*2757_*2758delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645080.1",
          "protein_id": "ENSP00000494767.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645080.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*34_*35delAT",
          "hgvs_p": null,
          "transcript": "ENST00000645589.1",
          "protein_id": "ENSP00000494588.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000645589.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDX3X",
          "gene_hgnc_id": 2745,
          "hgvs_c": "n.*1528_*1529delAT",
          "hgvs_p": null,
          "transcript": "ENST00000646223.1",
          "protein_id": "ENSP00000496043.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000646223.1"
        }
      ],
      "gene_symbol": "DDX3X",
      "gene_hgnc_id": 2745,
      "dbsnp": "rs796052230",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.05000000074505806,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 9.271,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.05,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 18,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 18,
          "benign_score": 0,
          "pathogenic_score": 18,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001356.5",
          "gene_symbol": "DDX3X",
          "hgnc_id": 2745,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "XL,AR",
          "hgvs_c": "c.1535_1536delAT",
          "hgvs_p": "p.His512fs"
        }
      ],
      "clinvar_disease": " X-linked 102,Inborn genetic diseases,Intellectual disability,Rare genetic intellectual disability,X-linked intellectual disability-hypotonia-movement disorder syndrome,not provided",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:7 O:1",
      "phenotype_combined": "not provided|Intellectual disability, X-linked 102|X-linked intellectual disability-hypotonia-movement disorder syndrome|Inborn genetic diseases|Rare genetic intellectual disability",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.