← 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: 2-61530586-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=61530586&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 61530586,
"ref": "G",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_003400.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "NM_003400.4",
"protein_id": "NP_003391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000401558.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003400.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000401558.7",
"protein_id": "ENSP00000384863.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003400.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000401558.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000406957.5",
"protein_id": "ENSP00000385559.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406957.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000404992.6",
"protein_id": "ENSP00000385942.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404992.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676553.1",
"protein_id": "ENSP00000504247.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676553.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676667.1",
"protein_id": "ENSP00000503809.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676667.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677150.1",
"protein_id": "ENSP00000503167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677150.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677239.1",
"protein_id": "ENSP00000504087.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677417.1",
"protein_id": "ENSP00000503572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677417.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677813.1",
"protein_id": "ENSP00000504543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677814.1",
"protein_id": "ENSP00000504848.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677928.1",
"protein_id": "ENSP00000504198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677933.1",
"protein_id": "ENSP00000503482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677933.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678182.1",
"protein_id": "ENSP00000504594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678182.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678790.1",
"protein_id": "ENSP00000503419.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678790.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852809.1",
"protein_id": "ENSP00000522868.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852809.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852810.1",
"protein_id": "ENSP00000522869.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852810.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852812.1",
"protein_id": "ENSP00000522871.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852815.1",
"protein_id": "ENSP00000522874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852816.1",
"protein_id": "ENSP00000522875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852819.1",
"protein_id": "ENSP00000522878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852819.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852821.1",
"protein_id": "ENSP00000522880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852821.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933475.1",
"protein_id": "ENSP00000603534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933475.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933477.1",
"protein_id": "ENSP00000603536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933477.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933478.1",
"protein_id": "ENSP00000603537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933478.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933482.1",
"protein_id": "ENSP00000603541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933482.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933485.1",
"protein_id": "ENSP00000603544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933485.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933486.1",
"protein_id": "ENSP00000603545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933486.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945827.1",
"protein_id": "ENSP00000615886.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945827.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945828.1",
"protein_id": "ENSP00000615887.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945828.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945831.1",
"protein_id": "ENSP00000615890.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945831.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945832.1",
"protein_id": "ENSP00000615891.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945832.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945834.1",
"protein_id": "ENSP00000615893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945834.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852813.1",
"protein_id": "ENSP00000522872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1062,
"cds_start": null,
"cds_end": null,
"cds_length": 3189,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676771.1",
"protein_id": "ENSP00000503808.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676771.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933481.1",
"protein_id": "ENSP00000603540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1036,
"cds_start": null,
"cds_end": null,
"cds_length": 3111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933481.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852817.1",
"protein_id": "ENSP00000522876.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1028,
"cds_start": null,
"cds_end": null,
"cds_length": 3087,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852817.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "NM_001410799.1",
"protein_id": "NP_001397728.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676999.1",
"protein_id": "ENSP00000502940.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676999.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678081.1",
"protein_id": "ENSP00000503194.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852814.1",
"protein_id": "ENSP00000522873.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852820.1",
"protein_id": "ENSP00000522879.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852820.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933480.1",
"protein_id": "ENSP00000603539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933480.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945830.1",
"protein_id": "ENSP00000615889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945830.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676789.1",
"protein_id": "ENSP00000504617.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1007,
"cds_start": null,
"cds_end": null,
"cds_length": 3024,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676789.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933479.1",
"protein_id": "ENSP00000603538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1006,
"cds_start": null,
"cds_end": null,
"cds_length": 3021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933479.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945833.1",
"protein_id": "ENSP00000615892.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1006,
"cds_start": null,
"cds_end": null,
"cds_length": 3021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945833.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933476.1",
"protein_id": "ENSP00000603535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1005,
"cds_start": null,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933476.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.-74-4081C>A",
"hgvs_p": null,
"transcript": "ENST00000677803.1",
"protein_id": "ENSP00000503702.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 999,
"cds_start": null,
"cds_end": null,
"cds_length": 3000,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677803.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852811.1",
"protein_id": "ENSP00000522870.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 996,
"cds_start": null,
"cds_end": null,
"cds_length": 2991,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852811.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000945829.1",
"protein_id": "ENSP00000615888.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 988,
"cds_start": null,
"cds_end": null,
"cds_length": 2967,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945829.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678877.1",
"protein_id": "ENSP00000502889.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 979,
"cds_start": null,
"cds_end": null,
"cds_length": 2940,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678877.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933484.1",
"protein_id": "ENSP00000603543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 974,
"cds_start": null,
"cds_end": null,
"cds_length": 2925,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933484.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000676889.1",
"protein_id": "ENSP00000503075.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 952,
"cds_start": null,
"cds_end": null,
"cds_length": 2859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676889.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.-166+6976C>A",
"hgvs_p": null,
"transcript": "ENST00000677556.1",
"protein_id": "ENSP00000504749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 940,
"cds_start": null,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677556.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933483.1",
"protein_id": "ENSP00000603542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": null,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933483.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000852818.1",
"protein_id": "ENSP00000522877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 864,
"cds_start": null,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852818.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000933474.1",
"protein_id": "ENSP00000603533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 864,
"cds_start": null,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933474.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677850.1",
"protein_id": "ENSP00000504771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 677,
"cds_start": null,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677850.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000451765.6",
"protein_id": "ENSP00000413853.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 451,
"cds_start": null,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000451765.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000443240.5",
"protein_id": "ENSP00000406428.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": null,
"cds_end": null,
"cds_length": 398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443240.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000449444.5",
"protein_id": "ENSP00000406819.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 61,
"cds_start": null,
"cds_end": null,
"cds_length": 186,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449444.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_006712094.4",
"protein_id": "XP_006712157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712094.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_011533097.2",
"protein_id": "XP_011531399.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533097.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_024453125.2",
"protein_id": "XP_024308893.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453125.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445758.1",
"protein_id": "XP_047301714.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445758.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445759.1",
"protein_id": "XP_047301715.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445759.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445760.1",
"protein_id": "XP_047301716.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1071,
"cds_start": null,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445760.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_005264544.3",
"protein_id": "XP_005264601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264544.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445761.1",
"protein_id": "XP_047301717.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445761.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445762.1",
"protein_id": "XP_047301718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445762.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445763.1",
"protein_id": "XP_047301719.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445763.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445764.1",
"protein_id": "XP_047301720.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445764.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445765.1",
"protein_id": "XP_047301721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445765.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445766.1",
"protein_id": "XP_047301722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1056,
"cds_start": null,
"cds_end": null,
"cds_length": 3171,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445766.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_011533098.3",
"protein_id": "XP_011531400.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533098.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445767.1",
"protein_id": "XP_047301723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445767.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445768.1",
"protein_id": "XP_047301724.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445768.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445769.1",
"protein_id": "XP_047301725.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1026,
"cds_start": null,
"cds_end": null,
"cds_length": 3081,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445769.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null,
"transcript": "XM_047445771.1",
"protein_id": "XP_047301727.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1011,
"cds_start": null,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445771.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.2815+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000420673.6",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000420673.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000428210.5",
"protein_id": "ENSP00000407170.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": "ENST00000428210.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.265+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000481214.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000481214.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.197+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000495003.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000495003.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.127-1427C>A",
"hgvs_p": null,
"transcript": "ENST00000676783.1",
"protein_id": "ENSP00000503342.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": "ENST00000676783.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.351+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677290.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": "ENST00000677290.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000677422.1",
"protein_id": "ENSP00000503474.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": "ENST00000677422.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678172.1",
"protein_id": "ENSP00000503554.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": "ENST00000678172.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678263.1",
"protein_id": "ENSP00000504172.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": "ENST00000678263.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678360.1",
"protein_id": "ENSP00000503638.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": "ENST00000678360.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000678741.1",
"protein_id": "ENSP00000503395.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": "ENST00000678741.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000679035.1",
"protein_id": "ENSP00000502854.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": "ENST00000679035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"hgvs_c": "n.126+3186C>A",
"hgvs_p": null,
"transcript": "ENST00000680228.1",
"protein_id": "ENSP00000505574.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": "ENST00000680228.1"
}
],
"gene_symbol": "XPO1",
"gene_hgnc_id": 12825,
"dbsnp": "rs10186325",
"frequency_reference_population": 0.59820884,
"hom_count_reference_population": 27228,
"allele_count_reference_population": 90777,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.598209,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 90777,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 27228,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9300000071525574,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.93,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.168,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_003400.4",
"gene_symbol": "XPO1",
"hgnc_id": 12825,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.126+3186C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}