← 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: 16-56831918-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=56831918&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 56831918,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014669.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "NM_014669.5",
"protein_id": "NP_055484.3",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000308159.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014669.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000308159.10",
"protein_id": "ENSP00000310668.5",
"transcript_support_level": 1,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014669.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000308159.10"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000569842.5",
"protein_id": "ENSP00000458101.1",
"transcript_support_level": 5,
"aa_start": 388,
"aa_end": null,
"aa_length": 880,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569842.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1165C>T",
"hgvs_p": "p.Arg389Trp",
"transcript": "ENST00000923937.1",
"protein_id": "ENSP00000593996.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 820,
"cds_start": 1165,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923937.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923939.1",
"protein_id": "ENSP00000593998.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 820,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923939.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873113.1",
"protein_id": "ENSP00000543172.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873113.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923938.1",
"protein_id": "ENSP00000593997.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923938.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000961440.1",
"protein_id": "ENSP00000631499.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961440.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000961443.1",
"protein_id": "ENSP00000631502.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961443.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923931.1",
"protein_id": "ENSP00000593990.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 817,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923931.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873103.1",
"protein_id": "ENSP00000543162.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 800,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873103.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873108.1",
"protein_id": "ENSP00000543167.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 800,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873108.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1087C>T",
"hgvs_p": "p.Arg363Trp",
"transcript": "ENST00000873111.1",
"protein_id": "ENSP00000543170.1",
"transcript_support_level": null,
"aa_start": 363,
"aa_end": null,
"aa_length": 794,
"cds_start": 1087,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873111.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873107.1",
"protein_id": "ENSP00000543166.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 791,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873107.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923933.1",
"protein_id": "ENSP00000593992.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 780,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2343,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923933.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1033C>T",
"hgvs_p": "p.Arg345Trp",
"transcript": "ENST00000873105.1",
"protein_id": "ENSP00000543164.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 776,
"cds_start": 1033,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873105.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873112.1",
"protein_id": "ENSP00000543171.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 755,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873112.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.970C>T",
"hgvs_p": "p.Arg324Trp",
"transcript": "ENST00000923932.1",
"protein_id": "ENSP00000593991.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 755,
"cds_start": 970,
"cds_end": null,
"cds_length": 2268,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923932.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923935.1",
"protein_id": "ENSP00000593994.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 748,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923935.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923940.1",
"protein_id": "ENSP00000593999.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 740,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923940.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.871C>T",
"hgvs_p": "p.Arg291Trp",
"transcript": "ENST00000923936.1",
"protein_id": "ENSP00000593995.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 722,
"cds_start": 871,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923936.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873109.1",
"protein_id": "ENSP00000543168.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 712,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873109.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000961442.1",
"protein_id": "ENSP00000631501.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 712,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961442.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000923934.1",
"protein_id": "ENSP00000593993.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 701,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923934.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.793C>T",
"hgvs_p": "p.Arg265Trp",
"transcript": "NM_001242795.2",
"protein_id": "NP_001229724.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 696,
"cds_start": 793,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242795.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.793C>T",
"hgvs_p": "p.Arg265Trp",
"transcript": "NM_001242796.2",
"protein_id": "NP_001229725.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 696,
"cds_start": 793,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242796.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.793C>T",
"hgvs_p": "p.Arg265Trp",
"transcript": "ENST00000542526.5",
"protein_id": "ENSP00000440235.1",
"transcript_support_level": 2,
"aa_start": 265,
"aa_end": null,
"aa_length": 696,
"cds_start": 793,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542526.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.793C>T",
"hgvs_p": "p.Arg265Trp",
"transcript": "ENST00000564887.5",
"protein_id": "ENSP00000458039.1",
"transcript_support_level": 2,
"aa_start": 265,
"aa_end": null,
"aa_length": 696,
"cds_start": 793,
"cds_end": null,
"cds_length": 2091,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564887.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873110.1",
"protein_id": "ENSP00000543169.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 673,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2022,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873110.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000961441.1",
"protein_id": "ENSP00000631500.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 669,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961441.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "ENST00000873104.1",
"protein_id": "ENSP00000543163.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 630,
"cds_start": 1162,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873104.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.541C>T",
"hgvs_p": "p.Arg181Trp",
"transcript": "ENST00000563858.5",
"protein_id": "ENSP00000455230.1",
"transcript_support_level": 5,
"aa_start": 181,
"aa_end": null,
"aa_length": 228,
"cds_start": 541,
"cds_end": null,
"cds_length": 689,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000563858.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp",
"transcript": "XM_005256263.4",
"protein_id": "XP_005256320.1",
"transcript_support_level": null,
"aa_start": 388,
"aa_end": null,
"aa_length": 819,
"cds_start": 1162,
"cds_end": null,
"cds_length": 2460,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005256263.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "c.1086-26C>T",
"hgvs_p": null,
"transcript": "ENST00000873106.1",
"protein_id": "ENSP00000543165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 785,
"cds_start": null,
"cds_end": null,
"cds_length": 2358,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "NUP93",
"gene_hgnc_id": 28958,
"hgvs_c": "n.404C>T",
"hgvs_p": null,
"transcript": "ENST00000563437.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": "ENST00000563437.1"
}
],
"gene_symbol": "NUP93",
"gene_hgnc_id": 28958,
"dbsnp": "rs145146218",
"frequency_reference_population": 0.0005799012,
"hom_count_reference_population": 3,
"allele_count_reference_population": 936,
"gnomad_exomes_af": 0.000566406,
"gnomad_genomes_af": 0.000709509,
"gnomad_exomes_ac": 828,
"gnomad_genomes_ac": 108,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09350121021270752,
"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.399,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9084,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.11,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.095,
"phylop100way_prediction": "Benign",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_014669.5",
"gene_symbol": "NUP93",
"hgnc_id": 28958,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1162C>T",
"hgvs_p": "p.Arg388Trp"
}
],
"clinvar_disease": " type 12,NUP93-related disorder,Nephrotic syndrome,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:5",
"phenotype_combined": "Nephrotic syndrome, type 12|not provided|NUP93-related disorder|Nephrotic syndrome",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}