← 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: 6-17632830-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=17632830&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 17632830,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001278209.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2479G>C",
"hgvs_p": "p.Ala827Pro",
"transcript": "NM_005124.4",
"protein_id": "NP_005115.2",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 1475,
"cds_start": 2479,
"cds_end": null,
"cds_length": 4428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262077.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005124.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2479G>C",
"hgvs_p": "p.Ala827Pro",
"transcript": "ENST00000262077.3",
"protein_id": "ENSP00000262077.3",
"transcript_support_level": 1,
"aa_start": 827,
"aa_end": null,
"aa_length": 1475,
"cds_start": 2479,
"cds_end": null,
"cds_length": 4428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005124.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262077.3"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2353G>C",
"hgvs_p": "p.Ala785Pro",
"transcript": "ENST00000613258.4",
"protein_id": "ENSP00000478627.1",
"transcript_support_level": 1,
"aa_start": 785,
"aa_end": null,
"aa_length": 1433,
"cds_start": 2353,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613258.4"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2572G>C",
"hgvs_p": "p.Ala858Pro",
"transcript": "NM_001278209.2",
"protein_id": "NP_001265138.1",
"transcript_support_level": null,
"aa_start": 858,
"aa_end": null,
"aa_length": 1506,
"cds_start": 2572,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278209.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2572G>C",
"hgvs_p": "p.Ala858Pro",
"transcript": "ENST00000537253.5",
"protein_id": "ENSP00000444029.1",
"transcript_support_level": 2,
"aa_start": 858,
"aa_end": null,
"aa_length": 1506,
"cds_start": 2572,
"cds_end": null,
"cds_length": 4521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000537253.5"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2548G>C",
"hgvs_p": "p.Ala850Pro",
"transcript": "ENST00000874443.1",
"protein_id": "ENSP00000544502.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1498,
"cds_start": 2548,
"cds_end": null,
"cds_length": 4497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874443.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2518G>C",
"hgvs_p": "p.Ala840Pro",
"transcript": "ENST00000940942.1",
"protein_id": "ENSP00000611001.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1488,
"cds_start": 2518,
"cds_end": null,
"cds_length": 4467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940942.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2470G>C",
"hgvs_p": "p.Ala824Pro",
"transcript": "ENST00000912068.1",
"protein_id": "ENSP00000582127.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 1472,
"cds_start": 2470,
"cds_end": null,
"cds_length": 4419,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912068.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2461G>C",
"hgvs_p": "p.Ala821Pro",
"transcript": "ENST00000874441.1",
"protein_id": "ENSP00000544500.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 1469,
"cds_start": 2461,
"cds_end": null,
"cds_length": 4410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874441.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2455G>C",
"hgvs_p": "p.Ala819Pro",
"transcript": "ENST00000874446.1",
"protein_id": "ENSP00000544505.1",
"transcript_support_level": null,
"aa_start": 819,
"aa_end": null,
"aa_length": 1467,
"cds_start": 2455,
"cds_end": null,
"cds_length": 4404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874446.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2443G>C",
"hgvs_p": "p.Ala815Pro",
"transcript": "ENST00000874444.1",
"protein_id": "ENSP00000544503.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 1463,
"cds_start": 2443,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874444.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2425G>C",
"hgvs_p": "p.Ala809Pro",
"transcript": "ENST00000874440.1",
"protein_id": "ENSP00000544499.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 1457,
"cds_start": 2425,
"cds_end": null,
"cds_length": 4374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874440.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2407G>C",
"hgvs_p": "p.Ala803Pro",
"transcript": "ENST00000912066.1",
"protein_id": "ENSP00000582125.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2407,
"cds_end": null,
"cds_length": 4356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912066.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2401G>C",
"hgvs_p": "p.Ala801Pro",
"transcript": "ENST00000912064.1",
"protein_id": "ENSP00000582123.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 1449,
"cds_start": 2401,
"cds_end": null,
"cds_length": 4350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912064.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2380G>C",
"hgvs_p": "p.Ala794Pro",
"transcript": "ENST00000912065.1",
"protein_id": "ENSP00000582124.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 1442,
"cds_start": 2380,
"cds_end": null,
"cds_length": 4329,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912065.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2479G>C",
"hgvs_p": "p.Ala827Pro",
"transcript": "ENST00000874447.1",
"protein_id": "ENSP00000544506.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 1441,
"cds_start": 2479,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874447.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2362G>C",
"hgvs_p": "p.Ala788Pro",
"transcript": "ENST00000940941.1",
"protein_id": "ENSP00000611000.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 1436,
"cds_start": 2362,
"cds_end": null,
"cds_length": 4311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940941.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2353G>C",
"hgvs_p": "p.Ala785Pro",
"transcript": "NM_001278210.2",
"protein_id": "NP_001265139.1",
"transcript_support_level": null,
"aa_start": 785,
"aa_end": null,
"aa_length": 1433,
"cds_start": 2353,
"cds_end": null,
"cds_length": 4302,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278210.2"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2332G>C",
"hgvs_p": "p.Ala778Pro",
"transcript": "ENST00000912070.1",
"protein_id": "ENSP00000582129.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 1426,
"cds_start": 2332,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912070.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2263G>C",
"hgvs_p": "p.Ala755Pro",
"transcript": "ENST00000874442.1",
"protein_id": "ENSP00000544501.1",
"transcript_support_level": null,
"aa_start": 755,
"aa_end": null,
"aa_length": 1403,
"cds_start": 2263,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874442.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2200G>C",
"hgvs_p": "p.Ala734Pro",
"transcript": "ENST00000874445.1",
"protein_id": "ENSP00000544504.1",
"transcript_support_level": null,
"aa_start": 734,
"aa_end": null,
"aa_length": 1382,
"cds_start": 2200,
"cds_end": null,
"cds_length": 4149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874445.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2479G>C",
"hgvs_p": "p.Ala827Pro",
"transcript": "ENST00000912063.1",
"protein_id": "ENSP00000582122.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 1356,
"cds_start": 2479,
"cds_end": null,
"cds_length": 4071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912063.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2479G>C",
"hgvs_p": "p.Ala827Pro",
"transcript": "ENST00000940940.1",
"protein_id": "ENSP00000610999.1",
"transcript_support_level": null,
"aa_start": 827,
"aa_end": null,
"aa_length": 1109,
"cds_start": 2479,
"cds_end": null,
"cds_length": 3330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940940.1"
},
{
"aa_ref": "A",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2461G>C",
"hgvs_p": "p.Ala821Pro",
"transcript": "ENST00000940939.1",
"protein_id": "ENSP00000610998.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 1055,
"cds_start": 2461,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2465-3291G>C",
"hgvs_p": null,
"transcript": "ENST00000912067.1",
"protein_id": "ENSP00000582126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1410,
"cds_start": null,
"cds_end": null,
"cds_length": 4233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912067.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": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"hgvs_c": "c.2339-3291G>C",
"hgvs_p": null,
"transcript": "ENST00000912069.1",
"protein_id": "ENSP00000582128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1368,
"cds_start": null,
"cds_end": null,
"cds_length": 4107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912069.1"
}
],
"gene_symbol": "NUP153",
"gene_hgnc_id": 8062,
"dbsnp": "rs2274136",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 0,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10654512047767639,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.1001,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.287,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_001278209.2",
"gene_symbol": "NUP153",
"hgnc_id": 8062,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2572G>C",
"hgvs_p": "p.Ala858Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}