← 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-3679564-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=3679564&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 3679564,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365125.2",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5063A>G",
"hgvs_p": "p.His1688Arg",
"transcript": "NM_016320.5",
"protein_id": "NP_057404.2",
"transcript_support_level": null,
"aa_start": 1688,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5063,
"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": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5063A>G",
"hgvs_p": "p.His1688Arg",
"transcript": "ENST00000324932.12",
"protein_id": "ENSP00000316032.7",
"transcript_support_level": 1,
"aa_start": 1688,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5063,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.1919A>G",
"hgvs_p": "p.His640Arg",
"transcript": "ENST00000429801.5",
"protein_id": "ENSP00000413146.1",
"transcript_support_level": 1,
"aa_start": 640,
"aa_end": null,
"aa_length": 752,
"cds_start": 1919,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"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.His1736Arg",
"transcript": "ENST00000915300.1",
"protein_id": "ENSP00000585359.1",
"transcript_support_level": null,
"aa_start": 1736,
"aa_end": null,
"aa_length": 1848,
"cds_start": 5207,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5156A>G",
"hgvs_p": "p.His1719Arg",
"transcript": "NM_001365125.2",
"protein_id": "NP_001352054.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5156,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5156A>G",
"hgvs_p": "p.His1719Arg",
"transcript": "ENST00000915302.1",
"protein_id": "ENSP00000585361.1",
"transcript_support_level": null,
"aa_start": 1719,
"aa_end": null,
"aa_length": 1831,
"cds_start": 5156,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5129A>G",
"hgvs_p": "p.His1710Arg",
"transcript": "ENST00000915311.1",
"protein_id": "ENSP00000585370.1",
"transcript_support_level": null,
"aa_start": 1710,
"aa_end": null,
"aa_length": 1822,
"cds_start": 5129,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5114A>G",
"hgvs_p": "p.His1705Arg",
"transcript": "NM_001365126.2",
"protein_id": "NP_001352055.1",
"transcript_support_level": null,
"aa_start": 1705,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5114,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5114A>G",
"hgvs_p": "p.His1705Arg",
"transcript": "ENST00000359171.8",
"protein_id": "ENSP00000352091.5",
"transcript_support_level": 5,
"aa_start": 1705,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5114,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5114A>G",
"hgvs_p": "p.His1705Arg",
"transcript": "ENST00000915310.1",
"protein_id": "ENSP00000585369.1",
"transcript_support_level": null,
"aa_start": 1705,
"aa_end": null,
"aa_length": 1817,
"cds_start": 5114,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5108A>G",
"hgvs_p": "p.His1703Arg",
"transcript": "ENST00000943238.1",
"protein_id": "ENSP00000613297.1",
"transcript_support_level": null,
"aa_start": 1703,
"aa_end": null,
"aa_length": 1815,
"cds_start": 5108,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"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.His1696Arg",
"transcript": "ENST00000915303.1",
"protein_id": "ENSP00000585362.1",
"transcript_support_level": null,
"aa_start": 1696,
"aa_end": null,
"aa_length": 1808,
"cds_start": 5087,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5063A>G",
"hgvs_p": "p.His1688Arg",
"transcript": "ENST00000851290.1",
"protein_id": "ENSP00000521349.1",
"transcript_support_level": null,
"aa_start": 1688,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5063,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5063A>G",
"hgvs_p": "p.His1688Arg",
"transcript": "ENST00000915312.1",
"protein_id": "ENSP00000585371.1",
"transcript_support_level": null,
"aa_start": 1688,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5063,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5063A>G",
"hgvs_p": "p.His1688Arg",
"transcript": "ENST00000915314.1",
"protein_id": "ENSP00000585373.1",
"transcript_support_level": null,
"aa_start": 1688,
"aa_end": null,
"aa_length": 1800,
"cds_start": 5063,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5039A>G",
"hgvs_p": "p.His1680Arg",
"transcript": "NM_001365127.2",
"protein_id": "NP_001352056.1",
"transcript_support_level": null,
"aa_start": 1680,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5039,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5039A>G",
"hgvs_p": "p.His1680Arg",
"transcript": "ENST00000527104.6",
"protein_id": "ENSP00000436226.2",
"transcript_support_level": 3,
"aa_start": 1680,
"aa_end": null,
"aa_length": 1792,
"cds_start": 5039,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5036A>G",
"hgvs_p": "p.His1679Arg",
"transcript": "ENST00000700597.1",
"protein_id": "ENSP00000515087.1",
"transcript_support_level": null,
"aa_start": 1679,
"aa_end": null,
"aa_length": 1791,
"cds_start": 5036,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5015A>G",
"hgvs_p": "p.His1672Arg",
"transcript": "ENST00000915306.1",
"protein_id": "ENSP00000585365.1",
"transcript_support_level": null,
"aa_start": 1672,
"aa_end": null,
"aa_length": 1784,
"cds_start": 5015,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5012A>G",
"hgvs_p": "p.His1671Arg",
"transcript": "NM_001365128.2",
"protein_id": "NP_001352057.1",
"transcript_support_level": null,
"aa_start": 1671,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5012,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.5012A>G",
"hgvs_p": "p.His1671Arg",
"transcript": "ENST00000700598.1",
"protein_id": "ENSP00000515088.1",
"transcript_support_level": null,
"aa_start": 1671,
"aa_end": null,
"aa_length": 1783,
"cds_start": 5012,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4973A>G",
"hgvs_p": "p.His1658Arg",
"transcript": "ENST00000915305.1",
"protein_id": "ENSP00000585364.1",
"transcript_support_level": null,
"aa_start": 1658,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4973,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4943A>G",
"hgvs_p": "p.His1648Arg",
"transcript": "ENST00000915304.1",
"protein_id": "ENSP00000585363.1",
"transcript_support_level": null,
"aa_start": 1648,
"aa_end": null,
"aa_length": 1760,
"cds_start": 4943,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4922A>G",
"hgvs_p": "p.His1641Arg",
"transcript": "NM_001365129.2",
"protein_id": "NP_001352058.1",
"transcript_support_level": null,
"aa_start": 1641,
"aa_end": null,
"aa_length": 1753,
"cds_start": 4922,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4922A>G",
"hgvs_p": "p.His1641Arg",
"transcript": "ENST00000529379.2",
"protein_id": "ENSP00000432142.2",
"transcript_support_level": 3,
"aa_start": 1641,
"aa_end": null,
"aa_length": 1753,
"cds_start": 4922,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4922A>G",
"hgvs_p": "p.His1641Arg",
"transcript": "ENST00000700603.1",
"protein_id": "ENSP00000515092.1",
"transcript_support_level": null,
"aa_start": 1641,
"aa_end": null,
"aa_length": 1753,
"cds_start": 4922,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4892A>G",
"hgvs_p": "p.His1631Arg",
"transcript": "ENST00000915301.1",
"protein_id": "ENSP00000585360.1",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1743,
"cds_start": 4892,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4892A>G",
"hgvs_p": "p.His1631Arg",
"transcript": "ENST00000915313.1",
"protein_id": "ENSP00000585372.1",
"transcript_support_level": null,
"aa_start": 1631,
"aa_end": null,
"aa_length": 1743,
"cds_start": 4892,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4841A>G",
"hgvs_p": "p.His1614Arg",
"transcript": "NM_139132.4",
"protein_id": "NP_624358.2",
"transcript_support_level": null,
"aa_start": 1614,
"aa_end": null,
"aa_length": 1726,
"cds_start": 4841,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4841A>G",
"hgvs_p": "p.His1614Arg",
"transcript": "ENST00000355260.8",
"protein_id": "ENSP00000347404.3",
"transcript_support_level": 5,
"aa_start": 1614,
"aa_end": null,
"aa_length": 1726,
"cds_start": 4841,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4817A>G",
"hgvs_p": "p.His1606Arg",
"transcript": "ENST00000851289.1",
"protein_id": "ENSP00000521348.1",
"transcript_support_level": null,
"aa_start": 1606,
"aa_end": null,
"aa_length": 1718,
"cds_start": 4817,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4814A>G",
"hgvs_p": "p.His1605Arg",
"transcript": "ENST00000943237.1",
"protein_id": "ENSP00000613296.1",
"transcript_support_level": null,
"aa_start": 1605,
"aa_end": null,
"aa_length": 1717,
"cds_start": 4814,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4790A>G",
"hgvs_p": "p.His1597Arg",
"transcript": "ENST00000915299.1",
"protein_id": "ENSP00000585358.1",
"transcript_support_level": null,
"aa_start": 1597,
"aa_end": null,
"aa_length": 1709,
"cds_start": 4790,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4700A>G",
"hgvs_p": "p.His1567Arg",
"transcript": "ENST00000915309.1",
"protein_id": "ENSP00000585368.1",
"transcript_support_level": null,
"aa_start": 1567,
"aa_end": null,
"aa_length": 1679,
"cds_start": 4700,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4634A>G",
"hgvs_p": "p.His1545Arg",
"transcript": "ENST00000943236.1",
"protein_id": "ENSP00000613295.1",
"transcript_support_level": null,
"aa_start": 1545,
"aa_end": null,
"aa_length": 1657,
"cds_start": 4634,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4379A>G",
"hgvs_p": "p.His1460Arg",
"transcript": "ENST00000915308.1",
"protein_id": "ENSP00000585367.1",
"transcript_support_level": null,
"aa_start": 1460,
"aa_end": null,
"aa_length": 1572,
"cds_start": 4379,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.4136A>G",
"hgvs_p": "p.His1379Arg",
"transcript": "ENST00000915307.1",
"protein_id": "ENSP00000585366.1",
"transcript_support_level": null,
"aa_start": 1379,
"aa_end": null,
"aa_length": 1491,
"cds_start": 4136,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.2849A>G",
"hgvs_p": "p.His950Arg",
"transcript": "ENST00000700595.1",
"protein_id": "ENSP00000515086.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 1062,
"cds_start": 2849,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.1160A>G",
"hgvs_p": "p.His387Arg",
"transcript": "ENST00000700600.1",
"protein_id": "ENSP00000515089.1",
"transcript_support_level": null,
"aa_start": 387,
"aa_end": null,
"aa_length": 499,
"cds_start": 1160,
"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": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "c.122A>G",
"hgvs_p": "p.His41Arg",
"transcript": "ENST00000533346.5",
"protein_id": "ENSP00000432275.1",
"transcript_support_level": 2,
"aa_start": 41,
"aa_end": null,
"aa_length": 92,
"cds_start": 122,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.1505A>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": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1284A>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": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1132A>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": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.4098A>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": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.1431A>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": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5016A>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": [
"3_prime_UTR_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1284A>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": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*1132A>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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.4919-2944A>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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.4970-2944A>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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5102-2944A>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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.5145-2944A>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": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"hgvs_c": "n.*217A>G",
"hgvs_p": null,
"transcript": "ENST00000524563.1",
"protein_id": "ENSP00000433515.1",
"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": "ENST00000524563.1"
}
],
"gene_symbol": "NUP98",
"gene_hgnc_id": 8068,
"dbsnp": "rs142243401",
"frequency_reference_population": 0.000013010379,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000129969,
"gnomad_genomes_af": 0.0000131394,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03735402226448059,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.069,
"revel_prediction": "Benign",
"alphamissense_score": 0.0584,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.55,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.223,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001365125.2",
"gene_symbol": "NUP98",
"hgnc_id": 8068,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.5156A>G",
"hgvs_p": "p.His1719Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}