← 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-3676355-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=3676355&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 3676355,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365125.2",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"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.5207A>G",
"hgvs_p": "p.Asn1736Ser",
"transcript": "NM_016320.5",
"protein_id": "NP_057404.2",
"transcript_support_level": null,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5207,
"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": "N",
"aa_alt": "S",
"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.5207A>G",
"hgvs_p": "p.Asn1736Ser",
"transcript": "ENST00000324932.12",
"protein_id": "ENSP00000316032.7",
"transcript_support_level": 1,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5207,
"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": "N",
"aa_alt": "S",
"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.2063A>G",
"hgvs_p": "p.Asn688Ser",
"transcript": "ENST00000429801.5",
"protein_id": "ENSP00000413146.1",
"transcript_support_level": 1,
"aa_start": 688,
"aa_end": null,
"aa_length": 752,
"cds_start": 2063,
"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": "N",
"aa_alt": "S",
"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.5351A>G",
"hgvs_p": "p.Asn1784Ser",
"transcript": "ENST00000915300.1",
"protein_id": "ENSP00000585359.1",
"transcript_support_level": null,
"aa_start": 1784,
"aa_end": null,
"aa_length": 1848,
"cds_start": 5351,
"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": "N",
"aa_alt": "S",
"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.5300A>G",
"hgvs_p": "p.Asn1767Ser",
"transcript": "NM_001365125.2",
"protein_id": "NP_001352054.1",
"transcript_support_level": null,
"aa_start": 1767,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5300,
"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": "N",
"aa_alt": "S",
"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.5300A>G",
"hgvs_p": "p.Asn1767Ser",
"transcript": "ENST00000915302.1",
"protein_id": "ENSP00000585361.1",
"transcript_support_level": null,
"aa_start": 1767,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5300,
"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": "N",
"aa_alt": "S",
"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.5273A>G",
"hgvs_p": "p.Asn1758Ser",
"transcript": "ENST00000915311.1",
"protein_id": "ENSP00000585370.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 1822,
"cds_start": 5273,
"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": "N",
"aa_alt": "S",
"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.5258A>G",
"hgvs_p": "p.Asn1753Ser",
"transcript": "NM_001365126.2",
"protein_id": "NP_001352055.1",
"transcript_support_level": null,
"aa_start": 1753,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5258,
"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": "N",
"aa_alt": "S",
"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.5258A>G",
"hgvs_p": "p.Asn1753Ser",
"transcript": "ENST00000359171.8",
"protein_id": "ENSP00000352091.5",
"transcript_support_level": 5,
"aa_start": 1753,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5258,
"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": "N",
"aa_alt": "S",
"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.5258A>G",
"hgvs_p": "p.Asn1753Ser",
"transcript": "ENST00000915310.1",
"protein_id": "ENSP00000585369.1",
"transcript_support_level": null,
"aa_start": 1753,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5258,
"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": "N",
"aa_alt": "S",
"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.5252A>G",
"hgvs_p": "p.Asn1751Ser",
"transcript": "ENST00000943238.1",
"protein_id": "ENSP00000613297.1",
"transcript_support_level": null,
"aa_start": 1751,
"aa_end": null,
"aa_length": 1815,
"cds_start": 5252,
"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": "N",
"aa_alt": "S",
"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.5231A>G",
"hgvs_p": "p.Asn1744Ser",
"transcript": "ENST00000915303.1",
"protein_id": "ENSP00000585362.1",
"transcript_support_level": null,
"aa_start": 1744,
"aa_end": null,
"aa_length": 1808,
"cds_start": 5231,
"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": "N",
"aa_alt": "S",
"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.5207A>G",
"hgvs_p": "p.Asn1736Ser",
"transcript": "ENST00000851290.1",
"protein_id": "ENSP00000521349.1",
"transcript_support_level": null,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5207,
"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": "N",
"aa_alt": "S",
"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.5207A>G",
"hgvs_p": "p.Asn1736Ser",
"transcript": "ENST00000915312.1",
"protein_id": "ENSP00000585371.1",
"transcript_support_level": null,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5207,
"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": "N",
"aa_alt": "S",
"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.5207A>G",
"hgvs_p": "p.Asn1736Ser",
"transcript": "ENST00000915314.1",
"protein_id": "ENSP00000585373.1",
"transcript_support_level": null,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5207,
"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": "N",
"aa_alt": "S",
"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.5183A>G",
"hgvs_p": "p.Asn1728Ser",
"transcript": "NM_001365127.2",
"protein_id": "NP_001352056.1",
"transcript_support_level": null,
"aa_start": 1728,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5183,
"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": "N",
"aa_alt": "S",
"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.5183A>G",
"hgvs_p": "p.Asn1728Ser",
"transcript": "ENST00000527104.6",
"protein_id": "ENSP00000436226.2",
"transcript_support_level": 3,
"aa_start": 1728,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5183,
"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": "N",
"aa_alt": "S",
"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.5180A>G",
"hgvs_p": "p.Asn1727Ser",
"transcript": "ENST00000700597.1",
"protein_id": "ENSP00000515087.1",
"transcript_support_level": null,
"aa_start": 1727,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5180,
"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": "N",
"aa_alt": "S",
"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.5159A>G",
"hgvs_p": "p.Asn1720Ser",
"transcript": "ENST00000915306.1",
"protein_id": "ENSP00000585365.1",
"transcript_support_level": null,
"aa_start": 1720,
"aa_end": null,
"aa_length": 1784,
"cds_start": 5159,
"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": "N",
"aa_alt": "S",
"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.5156A>G",
"hgvs_p": "p.Asn1719Ser",
"transcript": "NM_001365128.2",
"protein_id": "NP_001352057.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5156,
"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": "N",
"aa_alt": "S",
"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.5156A>G",
"hgvs_p": "p.Asn1719Ser",
"transcript": "ENST00000700598.1",
"protein_id": "ENSP00000515088.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5156,
"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": "N",
"aa_alt": "S",
"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.5117A>G",
"hgvs_p": "p.Asn1706Ser",
"transcript": "ENST00000915305.1",
"protein_id": "ENSP00000585364.1",
"transcript_support_level": null,
"aa_start": 1706,
"aa_end": null,
"aa_length": 1770,
"cds_start": 5117,
"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": "N",
"aa_alt": "S",
"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.5087A>G",
"hgvs_p": "p.Asn1696Ser",
"transcript": "ENST00000915304.1",
"protein_id": "ENSP00000585363.1",
"transcript_support_level": null,
"aa_start": 1696,
"aa_end": null,
"aa_length": 1760,
"cds_start": 5087,
"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": "N",
"aa_alt": "S",
"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.5066A>G",
"hgvs_p": "p.Asn1689Ser",
"transcript": "NM_001365129.2",
"protein_id": "NP_001352058.1",
"transcript_support_level": null,
"aa_start": 1689,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5066,
"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": "N",
"aa_alt": "S",
"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.5066A>G",
"hgvs_p": "p.Asn1689Ser",
"transcript": "ENST00000529379.2",
"protein_id": "ENSP00000432142.2",
"transcript_support_level": 3,
"aa_start": 1689,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5066,
"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": "N",
"aa_alt": "S",
"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.5066A>G",
"hgvs_p": "p.Asn1689Ser",
"transcript": "ENST00000700603.1",
"protein_id": "ENSP00000515092.1",
"transcript_support_level": null,
"aa_start": 1689,
"aa_end": null,
"aa_length": 1753,
"cds_start": 5066,
"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": "N",
"aa_alt": "S",
"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.5036A>G",
"hgvs_p": "p.Asn1679Ser",
"transcript": "ENST00000915301.1",
"protein_id": "ENSP00000585360.1",
"transcript_support_level": null,
"aa_start": 1679,
"aa_end": null,
"aa_length": 1743,
"cds_start": 5036,
"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": "N",
"aa_alt": "S",
"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.5036A>G",
"hgvs_p": "p.Asn1679Ser",
"transcript": "ENST00000915313.1",
"protein_id": "ENSP00000585372.1",
"transcript_support_level": null,
"aa_start": 1679,
"aa_end": null,
"aa_length": 1743,
"cds_start": 5036,
"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": "N",
"aa_alt": "S",
"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.4985A>G",
"hgvs_p": "p.Asn1662Ser",
"transcript": "NM_139132.4",
"protein_id": "NP_624358.2",
"transcript_support_level": null,
"aa_start": 1662,
"aa_end": null,
"aa_length": 1726,
"cds_start": 4985,
"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": "N",
"aa_alt": "S",
"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.4985A>G",
"hgvs_p": "p.Asn1662Ser",
"transcript": "ENST00000355260.8",
"protein_id": "ENSP00000347404.3",
"transcript_support_level": 5,
"aa_start": 1662,
"aa_end": null,
"aa_length": 1726,
"cds_start": 4985,
"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": "N",
"aa_alt": "S",
"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.4961A>G",
"hgvs_p": "p.Asn1654Ser",
"transcript": "ENST00000851289.1",
"protein_id": "ENSP00000521348.1",
"transcript_support_level": null,
"aa_start": 1654,
"aa_end": null,
"aa_length": 1718,
"cds_start": 4961,
"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": "N",
"aa_alt": "S",
"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.4958A>G",
"hgvs_p": "p.Asn1653Ser",
"transcript": "ENST00000943237.1",
"protein_id": "ENSP00000613296.1",
"transcript_support_level": null,
"aa_start": 1653,
"aa_end": null,
"aa_length": 1717,
"cds_start": 4958,
"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": "N",
"aa_alt": "S",
"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.4934A>G",
"hgvs_p": "p.Asn1645Ser",
"transcript": "ENST00000915299.1",
"protein_id": "ENSP00000585358.1",
"transcript_support_level": null,
"aa_start": 1645,
"aa_end": null,
"aa_length": 1709,
"cds_start": 4934,
"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": "N",
"aa_alt": "S",
"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.4844A>G",
"hgvs_p": "p.Asn1615Ser",
"transcript": "ENST00000915309.1",
"protein_id": "ENSP00000585368.1",
"transcript_support_level": null,
"aa_start": 1615,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4844,
"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": "N",
"aa_alt": "S",
"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.4778A>G",
"hgvs_p": "p.Asn1593Ser",
"transcript": "ENST00000943236.1",
"protein_id": "ENSP00000613295.1",
"transcript_support_level": null,
"aa_start": 1593,
"aa_end": null,
"aa_length": 1657,
"cds_start": 4778,
"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": "N",
"aa_alt": "S",
"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.4523A>G",
"hgvs_p": "p.Asn1508Ser",
"transcript": "ENST00000915308.1",
"protein_id": "ENSP00000585367.1",
"transcript_support_level": null,
"aa_start": 1508,
"aa_end": null,
"aa_length": 1572,
"cds_start": 4523,
"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": "N",
"aa_alt": "S",
"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.4280A>G",
"hgvs_p": "p.Asn1427Ser",
"transcript": "ENST00000915307.1",
"protein_id": "ENSP00000585366.1",
"transcript_support_level": null,
"aa_start": 1427,
"aa_end": null,
"aa_length": 1491,
"cds_start": 4280,
"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": "N",
"aa_alt": "S",
"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.2993A>G",
"hgvs_p": "p.Asn998Ser",
"transcript": "ENST00000700595.1",
"protein_id": "ENSP00000515086.1",
"transcript_support_level": null,
"aa_start": 998,
"aa_end": null,
"aa_length": 1062,
"cds_start": 2993,
"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": "N",
"aa_alt": "S",
"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.1304A>G",
"hgvs_p": "p.Asn435Ser",
"transcript": "ENST00000700600.1",
"protein_id": "ENSP00000515089.1",
"transcript_support_level": null,
"aa_start": 435,
"aa_end": null,
"aa_length": 499,
"cds_start": 1304,
"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+154A>G",
"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.1649A>G",
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.224A>G",
"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"
},
{
"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.*1428A>G",
"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.*1276A>G",
"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.4242A>G",
"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.1575A>G",
"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.*117A>G",
"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.*117A>G",
"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.5235A>G",
"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.5160A>G",
"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.5278A>G",
"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.*1428A>G",
"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.*1276A>G",
"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.*117A>G",
"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.*117A>G",
"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"
}
],
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"dbsnp": "rs1057519323",
"frequency_reference_population": 0.0000013682305,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136823,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.310052752494812,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.152,
"revel_prediction": "Benign",
"alphamissense_score": 0.0858,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.924,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"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,PP5,BP4",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 1,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP5",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001365125.2",
"gene_symbol": "NUP98",
"hgnc_id": 8068,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5300A>G",
"hgvs_p": "p.Asn1767Ser"
}
],
"clinvar_disease": " 1, susceptibility to,Hirschsprung disease",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Hirschsprung disease, susceptibility to, 1",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}