← 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-41345252-A-AC (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=41345252&ref=A&alt=AC&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 41345252,
"ref": "A",
"alt": "AC",
"effect": "frameshift_variant",
"transcript": "NM_001356.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "NM_001356.5",
"protein_id": "NP_001347.3",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 662,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644876.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001356.5"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000644876.2",
"protein_id": "ENSP00000494040.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 662,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001356.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644876.2"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1096dupC",
"hgvs_p": "p.Gln366fs",
"transcript": "ENST00000399959.7",
"protein_id": "ENSP00000382840.3",
"transcript_support_level": 1,
"aa_start": 366,
"aa_end": null,
"aa_length": 661,
"cds_start": 1097,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000478993.5"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000625837.2",
"protein_id": "ENSP00000486306.1",
"transcript_support_level": 5,
"aa_start": 367,
"aa_end": null,
"aa_length": 733,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000625837.2"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1264dupC",
"hgvs_p": "p.Gln422fs",
"transcript": "ENST00000875789.1",
"protein_id": "ENSP00000545848.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 717,
"cds_start": 1265,
"cds_end": null,
"cds_length": 2154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875789.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1261dupC",
"hgvs_p": "p.Gln421fs",
"transcript": "ENST00000644109.1",
"protein_id": "ENSP00000494952.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 716,
"cds_start": 1262,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644109.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1264dupC",
"hgvs_p": "p.Gln422fs",
"transcript": "ENST00000875787.1",
"protein_id": "ENSP00000545846.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 716,
"cds_start": 1265,
"cds_end": null,
"cds_length": 2151,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875787.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000629496.3",
"protein_id": "ENSP00000487224.1",
"transcript_support_level": 5,
"aa_start": 367,
"aa_end": null,
"aa_length": 662,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629496.3"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000644513.1",
"protein_id": "ENSP00000493819.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 662,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644513.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875792.1",
"protein_id": "ENSP00000545851.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 662,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875792.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "NM_001193416.3",
"protein_id": "NP_001180345.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 661,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193416.3"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000646319.1",
"protein_id": "ENSP00000495377.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 661,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646319.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875784.1",
"protein_id": "ENSP00000545843.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 661,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875784.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1096dupC",
"hgvs_p": "p.Gln366fs",
"transcript": "ENST00000644074.1",
"protein_id": "ENSP00000496663.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 660,
"cds_start": 1097,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644074.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875783.1",
"protein_id": "ENSP00000545842.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 660,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875783.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875788.1",
"protein_id": "ENSP00000545847.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 654,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875788.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875786.1",
"protein_id": "ENSP00000545845.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 653,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875786.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875791.1",
"protein_id": "ENSP00000545850.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 650,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875791.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1057dupC",
"hgvs_p": "p.Gln353fs",
"transcript": "ENST00000644073.1",
"protein_id": "ENSP00000493475.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 647,
"cds_start": 1058,
"cds_end": null,
"cds_length": 1944,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644073.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1051dupC",
"hgvs_p": "p.Gln351fs",
"transcript": "NM_001193417.3",
"protein_id": "NP_001180346.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 646,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001193417.3"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1051dupC",
"hgvs_p": "p.Gln351fs",
"transcript": "ENST00000457138.7",
"protein_id": "ENSP00000392494.2",
"transcript_support_level": 2,
"aa_start": 351,
"aa_end": null,
"aa_length": 646,
"cds_start": 1052,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457138.7"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000646122.1",
"protein_id": "ENSP00000496222.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 641,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646122.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000626301.2",
"protein_id": "ENSP00000486443.1",
"transcript_support_level": 5,
"aa_start": 367,
"aa_end": null,
"aa_length": 640,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000626301.2"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1030dupC",
"hgvs_p": "p.Gln344fs",
"transcript": "ENST00000959626.1",
"protein_id": "ENSP00000629685.1",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 639,
"cds_start": 1031,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959626.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "ENST00000875785.1",
"protein_id": "ENSP00000545844.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 638,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875785.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1000dupC",
"hgvs_p": "p.Gln334fs",
"transcript": "ENST00000441189.4",
"protein_id": "ENSP00000414281.3",
"transcript_support_level": 2,
"aa_start": 334,
"aa_end": null,
"aa_length": 629,
"cds_start": 1001,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441189.4"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.982dupC",
"hgvs_p": "p.Gln328fs",
"transcript": "ENST00000644677.1",
"protein_id": "ENSP00000496524.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 622,
"cds_start": 983,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644677.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.982dupC",
"hgvs_p": "p.Gln328fs",
"transcript": "ENST00000646107.1",
"protein_id": "ENSP00000494518.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 622,
"cds_start": 983,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646107.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.877dupC",
"hgvs_p": "p.Gln293fs",
"transcript": "ENST00000875790.1",
"protein_id": "ENSP00000545849.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 588,
"cds_start": 878,
"cds_end": null,
"cds_length": 1767,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875790.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.541dupC",
"hgvs_p": "p.Gln181fs",
"transcript": "ENST00000642322.3",
"protein_id": "ENSP00000496052.3",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 476,
"cds_start": 542,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642322.3"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.541dupC",
"hgvs_p": "p.Gln181fs",
"transcript": "ENST00000642424.1",
"protein_id": "ENSP00000496356.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 476,
"cds_start": 542,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642424.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.541dupC",
"hgvs_p": "p.Gln181fs",
"transcript": "ENST00000646627.1",
"protein_id": "ENSP00000493795.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 476,
"cds_start": 542,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646627.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.541dupC",
"hgvs_p": "p.Gln181fs",
"transcript": "NM_001363819.1",
"protein_id": "NP_001350748.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 475,
"cds_start": 542,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363819.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.541dupC",
"hgvs_p": "p.Gln181fs",
"transcript": "ENST00000646679.1",
"protein_id": "ENSP00000494887.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 475,
"cds_start": 542,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646679.1"
},
{
"aa_ref": "Q",
"aa_alt": "P?",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs",
"transcript": "XM_011543892.3",
"protein_id": "XP_011542194.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 598,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": 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.*218dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"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": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.3298dupC",
"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": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.4421dupC",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1273dupC",
"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": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1132dupC",
"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": null,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1932dupC",
"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": null,
"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": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1990dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*548dupC",
"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": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.748dupC",
"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": null,
"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": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.375dupC",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*381dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1190dupC",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2760dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*2321dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2594dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1190dupC",
"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": null,
"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": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2484dupC",
"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": null,
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2275dupC",
"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": null,
"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": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.3963dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1099dupC",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.283dupC",
"hgvs_p": null,
"transcript": "ENST00000646093.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000646093.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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2068dupC",
"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": null,
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*1092dupC",
"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": null,
"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": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.3387dupC",
"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": null,
"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": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2161dupC",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1273dupC",
"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": null,
"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": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.1197dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.2044dupC",
"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": null,
"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": 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.*218dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*548dupC",
"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": null,
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*381dupC",
"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": null,
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*2321dupC",
"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": null,
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.*1092dupC",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000646223.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "c.-236_-235insC",
"hgvs_p": null,
"transcript": "ENST00000616050.3",
"protein_id": "ENSP00000487626.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 221,
"cds_start": null,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616050.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"hgvs_c": "n.-243_-242insC",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000647477.1"
}
],
"gene_symbol": "DDX3X",
"gene_hgnc_id": 2745,
"dbsnp": "rs1555953819",
"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,
"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": 4.916,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001356.5",
"gene_symbol": "DDX3X",
"hgnc_id": 2745,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "XL,AR",
"hgvs_c": "c.1099dupC",
"hgvs_p": "p.Gln367fs"
}
],
"clinvar_disease": " X-linked 102,Intellectual disability,See cases",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Intellectual disability, X-linked 102|See cases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}