← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 11-3676209-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=3676209&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 3676209,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001365125.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5353C>T",
"hgvs_p": "p.Arg1785Cys",
"transcript": "NM_016320.5",
"protein_id": "NP_057404.2",
"transcript_support_level": null,
"aa_start": 1785,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5353,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000324932.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016320.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5353C>T",
"hgvs_p": "p.Arg1785Cys",
"transcript": "ENST00000324932.12",
"protein_id": "ENSP00000316032.7",
"transcript_support_level": 1,
"aa_start": 1785,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5353,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016320.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324932.12"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.2209C>T",
"hgvs_p": "p.Arg737Cys",
"transcript": "ENST00000429801.5",
"protein_id": "ENSP00000413146.1",
"transcript_support_level": 1,
"aa_start": 737,
"aa_end": null,
"aa_length": 752,
"cds_start": 2209,
"cds_end": null,
"cds_length": 2259,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429801.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5497C>T",
"hgvs_p": "p.Arg1833Cys",
"transcript": "ENST00000915300.1",
"protein_id": "ENSP00000585359.1",
"transcript_support_level": null,
"aa_start": 1833,
"aa_end": null,
"aa_length": 1848,
"cds_start": 5497,
"cds_end": null,
"cds_length": 5547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915300.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5446C>T",
"hgvs_p": "p.Arg1816Cys",
"transcript": "NM_001365125.2",
"protein_id": "NP_001352054.1",
"transcript_support_level": null,
"aa_start": 1816,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5446,
"cds_end": null,
"cds_length": 5496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365125.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5446C>T",
"hgvs_p": "p.Arg1816Cys",
"transcript": "ENST00000915302.1",
"protein_id": "ENSP00000585361.1",
"transcript_support_level": null,
"aa_start": 1816,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5446,
"cds_end": null,
"cds_length": 5496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915302.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5419C>T",
"hgvs_p": "p.Arg1807Cys",
"transcript": "ENST00000915311.1",
"protein_id": "ENSP00000585370.1",
"transcript_support_level": null,
"aa_start": 1807,
"aa_end": null,
"aa_length": 1822,
"cds_start": 5419,
"cds_end": null,
"cds_length": 5469,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915311.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5404C>T",
"hgvs_p": "p.Arg1802Cys",
"transcript": "NM_001365126.2",
"protein_id": "NP_001352055.1",
"transcript_support_level": null,
"aa_start": 1802,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5404,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365126.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5404C>T",
"hgvs_p": "p.Arg1802Cys",
"transcript": "ENST00000359171.8",
"protein_id": "ENSP00000352091.5",
"transcript_support_level": 5,
"aa_start": 1802,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5404,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359171.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5404C>T",
"hgvs_p": "p.Arg1802Cys",
"transcript": "ENST00000915310.1",
"protein_id": "ENSP00000585369.1",
"transcript_support_level": null,
"aa_start": 1802,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5404,
"cds_end": null,
"cds_length": 5454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915310.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5398C>T",
"hgvs_p": "p.Arg1800Cys",
"transcript": "ENST00000943238.1",
"protein_id": "ENSP00000613297.1",
"transcript_support_level": null,
"aa_start": 1800,
"aa_end": null,
"aa_length": 1815,
"cds_start": 5398,
"cds_end": null,
"cds_length": 5448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943238.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5377C>T",
"hgvs_p": "p.Arg1793Cys",
"transcript": "ENST00000915303.1",
"protein_id": "ENSP00000585362.1",
"transcript_support_level": null,
"aa_start": 1793,
"aa_end": null,
"aa_length": 1808,
"cds_start": 5377,
"cds_end": null,
"cds_length": 5427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915303.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5353C>T",
"hgvs_p": "p.Arg1785Cys",
"transcript": "ENST00000851290.1",
"protein_id": "ENSP00000521349.1",
"transcript_support_level": null,
"aa_start": 1785,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5353,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851290.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5353C>T",
"hgvs_p": "p.Arg1785Cys",
"transcript": "ENST00000915312.1",
"protein_id": "ENSP00000585371.1",
"transcript_support_level": null,
"aa_start": 1785,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5353,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915312.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5353C>T",
"hgvs_p": "p.Arg1785Cys",
"transcript": "ENST00000915314.1",
"protein_id": "ENSP00000585373.1",
"transcript_support_level": null,
"aa_start": 1785,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5353,
"cds_end": null,
"cds_length": 5403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915314.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5329C>T",
"hgvs_p": "p.Arg1777Cys",
"transcript": "NM_001365127.2",
"protein_id": "NP_001352056.1",
"transcript_support_level": null,
"aa_start": 1777,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5329,
"cds_end": null,
"cds_length": 5379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365127.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5329C>T",
"hgvs_p": "p.Arg1777Cys",
"transcript": "ENST00000527104.6",
"protein_id": "ENSP00000436226.2",
"transcript_support_level": 3,
"aa_start": 1777,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5329,
"cds_end": null,
"cds_length": 5379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527104.6"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5326C>T",
"hgvs_p": "p.Arg1776Cys",
"transcript": "ENST00000700597.1",
"protein_id": "ENSP00000515087.1",
"transcript_support_level": null,
"aa_start": 1776,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5326,
"cds_end": null,
"cds_length": 5376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700597.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5305C>T",
"hgvs_p": "p.Arg1769Cys",
"transcript": "ENST00000915306.1",
"protein_id": "ENSP00000585365.1",
"transcript_support_level": null,
"aa_start": 1769,
"aa_end": null,
"aa_length": 1784,
"cds_start": 5305,
"cds_end": null,
"cds_length": 5355,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915306.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5302C>T",
"hgvs_p": "p.Arg1768Cys",
"transcript": "NM_001365128.2",
"protein_id": "NP_001352057.1",
"transcript_support_level": null,
"aa_start": 1768,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5302,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365128.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5302C>T",
"hgvs_p": "p.Arg1768Cys",
"transcript": "ENST00000700598.1",
"protein_id": "ENSP00000515088.1",
"transcript_support_level": null,
"aa_start": 1768,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5302,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700598.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5263C>T",
"hgvs_p": "p.Arg1755Cys",
"transcript": "ENST00000915305.1",
"protein_id": "ENSP00000585364.1",
"transcript_support_level": null,
"aa_start": 1755,
"aa_end": null,
"aa_length": 1770,
"cds_start": 5263,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915305.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5233C>T",
"hgvs_p": "p.Arg1745Cys",
"transcript": "ENST00000915304.1",
"protein_id": "ENSP00000585363.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1760,
"cds_start": 5233,
"cds_end": null,
"cds_length": 5283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915304.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5212C>T",
"hgvs_p": "p.Arg1738Cys",
"transcript": "NM_001365129.2",
"protein_id": "NP_001352058.1",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5212,
"cds_end": null,
"cds_length": 5262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365129.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5212C>T",
"hgvs_p": "p.Arg1738Cys",
"transcript": "ENST00000529379.2",
"protein_id": "ENSP00000432142.2",
"transcript_support_level": 3,
"aa_start": 1738,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5212,
"cds_end": null,
"cds_length": 5262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529379.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5212C>T",
"hgvs_p": "p.Arg1738Cys",
"transcript": "ENST00000700603.1",
"protein_id": "ENSP00000515092.1",
"transcript_support_level": null,
"aa_start": 1738,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5212,
"cds_end": null,
"cds_length": 5262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700603.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5182C>T",
"hgvs_p": "p.Arg1728Cys",
"transcript": "ENST00000915301.1",
"protein_id": "ENSP00000585360.1",
"transcript_support_level": null,
"aa_start": 1728,
"aa_end": null,
"aa_length": 1743,
"cds_start": 5182,
"cds_end": null,
"cds_length": 5232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915301.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5182C>T",
"hgvs_p": "p.Arg1728Cys",
"transcript": "ENST00000915313.1",
"protein_id": "ENSP00000585372.1",
"transcript_support_level": null,
"aa_start": 1728,
"aa_end": null,
"aa_length": 1743,
"cds_start": 5182,
"cds_end": null,
"cds_length": 5232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915313.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5131C>T",
"hgvs_p": "p.Arg1711Cys",
"transcript": "NM_139132.4",
"protein_id": "NP_624358.2",
"transcript_support_level": null,
"aa_start": 1711,
"aa_end": null,
"aa_length": 1726,
"cds_start": 5131,
"cds_end": null,
"cds_length": 5181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139132.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5131C>T",
"hgvs_p": "p.Arg1711Cys",
"transcript": "ENST00000355260.8",
"protein_id": "ENSP00000347404.3",
"transcript_support_level": 5,
"aa_start": 1711,
"aa_end": null,
"aa_length": 1726,
"cds_start": 5131,
"cds_end": null,
"cds_length": 5181,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355260.8"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5107C>T",
"hgvs_p": "p.Arg1703Cys",
"transcript": "ENST00000851289.1",
"protein_id": "ENSP00000521348.1",
"transcript_support_level": null,
"aa_start": 1703,
"aa_end": null,
"aa_length": 1718,
"cds_start": 5107,
"cds_end": null,
"cds_length": 5157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851289.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5104C>T",
"hgvs_p": "p.Arg1702Cys",
"transcript": "ENST00000943237.1",
"protein_id": "ENSP00000613296.1",
"transcript_support_level": null,
"aa_start": 1702,
"aa_end": null,
"aa_length": 1717,
"cds_start": 5104,
"cds_end": null,
"cds_length": 5154,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943237.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5080C>T",
"hgvs_p": "p.Arg1694Cys",
"transcript": "ENST00000915299.1",
"protein_id": "ENSP00000585358.1",
"transcript_support_level": null,
"aa_start": 1694,
"aa_end": null,
"aa_length": 1709,
"cds_start": 5080,
"cds_end": null,
"cds_length": 5130,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915299.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4990C>T",
"hgvs_p": "p.Arg1664Cys",
"transcript": "ENST00000915309.1",
"protein_id": "ENSP00000585368.1",
"transcript_support_level": null,
"aa_start": 1664,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4990,
"cds_end": null,
"cds_length": 5040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915309.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4924C>T",
"hgvs_p": "p.Arg1642Cys",
"transcript": "ENST00000943236.1",
"protein_id": "ENSP00000613295.1",
"transcript_support_level": null,
"aa_start": 1642,
"aa_end": null,
"aa_length": 1657,
"cds_start": 4924,
"cds_end": null,
"cds_length": 4974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943236.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4669C>T",
"hgvs_p": "p.Arg1557Cys",
"transcript": "ENST00000915308.1",
"protein_id": "ENSP00000585367.1",
"transcript_support_level": null,
"aa_start": 1557,
"aa_end": null,
"aa_length": 1572,
"cds_start": 4669,
"cds_end": null,
"cds_length": 4719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915308.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4426C>T",
"hgvs_p": "p.Arg1476Cys",
"transcript": "ENST00000915307.1",
"protein_id": "ENSP00000585366.1",
"transcript_support_level": null,
"aa_start": 1476,
"aa_end": null,
"aa_length": 1491,
"cds_start": 4426,
"cds_end": null,
"cds_length": 4476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915307.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.3139C>T",
"hgvs_p": "p.Arg1047Cys",
"transcript": "ENST00000700595.1",
"protein_id": "ENSP00000515086.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1062,
"cds_start": 3139,
"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": "ENST00000700595.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "ENST00000700600.1",
"protein_id": "ENSP00000515089.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 499,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700600.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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.244+300C>T",
"hgvs_p": null,
"transcript": "ENST00000533346.5",
"protein_id": "ENSP00000432275.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000533346.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.1795C>T",
"hgvs_p": null,
"transcript": "ENST00000469881.2",
"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": "ENST00000469881.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1574C>T",
"hgvs_p": null,
"transcript": "ENST00000529063.2",
"protein_id": "ENSP00000433226.2",
"transcript_support_level": 3,
"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": "ENST00000529063.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1422C>T",
"hgvs_p": null,
"transcript": "ENST00000650171.1",
"protein_id": "ENSP00000497709.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": "ENST00000650171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.4388C>T",
"hgvs_p": null,
"transcript": "ENST00000700596.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": "ENST00000700596.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.1721C>T",
"hgvs_p": null,
"transcript": "ENST00000700599.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": "ENST00000700599.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*263C>T",
"hgvs_p": null,
"transcript": "ENST00000700601.1",
"protein_id": "ENSP00000515090.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": "ENST00000700601.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*263C>T",
"hgvs_p": null,
"transcript": "ENST00000700602.1",
"protein_id": "ENSP00000515091.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": "ENST00000700602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5381C>T",
"hgvs_p": null,
"transcript": "NR_157589.2",
"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_157589.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5306C>T",
"hgvs_p": null,
"transcript": "NR_157590.2",
"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_157590.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5424C>T",
"hgvs_p": null,
"transcript": "NR_157591.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_157591.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1574C>T",
"hgvs_p": null,
"transcript": "ENST00000529063.2",
"protein_id": "ENSP00000433226.2",
"transcript_support_level": 3,
"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": "ENST00000529063.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1422C>T",
"hgvs_p": null,
"transcript": "ENST00000650171.1",
"protein_id": "ENSP00000497709.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": "ENST00000650171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*263C>T",
"hgvs_p": null,
"transcript": "ENST00000700601.1",
"protein_id": "ENSP00000515090.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": "ENST00000700601.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*263C>T",
"hgvs_p": null,
"transcript": "ENST00000700602.1",
"protein_id": "ENSP00000515091.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": "ENST00000700602.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*60C>T",
"hgvs_p": null,
"transcript": "ENST00000482690.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": "ENST00000482690.1"
}
],
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"dbsnp": "rs765252401",
"frequency_reference_population": 0.0000030978013,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000273621,
"gnomad_genomes_af": 0.00000657142,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.42573195695877075,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.344,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2266,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.22,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001365125.2",
"gene_symbol": "NUP98",
"hgnc_id": 8068,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5446C>T",
"hgvs_p": "p.Arg1816Cys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}