← 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: 9-131127675-ATCT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=131127675&ref=ATCT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 131127675,
"ref": "ATCT",
"alt": "A",
"effect": "conservative_inframe_deletion",
"transcript": "NM_005085.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "NM_005085.4",
"protein_id": "NP_005076.3",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2090,
"cds_start": 202,
"cds_end": null,
"cds_length": 6273,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7568,
"mane_select": "ENST00000359428.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005085.4"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000359428.10",
"protein_id": "ENSP00000352400.5",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 2090,
"cds_start": 202,
"cds_end": null,
"cds_length": 6273,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7568,
"mane_select": "NM_005085.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359428.10"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000411637.6",
"protein_id": "ENSP00000396576.2",
"transcript_support_level": 1,
"aa_start": 68,
"aa_end": null,
"aa_length": 2080,
"cds_start": 202,
"cds_end": null,
"cds_length": 6243,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7538,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411637.6"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897205.1",
"protein_id": "ENSP00000567264.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2091,
"cds_start": 202,
"cds_end": null,
"cds_length": 6276,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7575,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897205.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "NM_001318324.2",
"protein_id": "NP_001305253.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2080,
"cds_start": 202,
"cds_end": null,
"cds_length": 6243,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7538,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318324.2"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897208.1",
"protein_id": "ENSP00000567267.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2079,
"cds_start": 202,
"cds_end": null,
"cds_length": 6240,
"cdna_start": 307,
"cdna_end": null,
"cdna_length": 6562,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897208.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897209.1",
"protein_id": "ENSP00000567268.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2079,
"cds_start": 202,
"cds_end": null,
"cds_length": 6240,
"cdna_start": 301,
"cdna_end": null,
"cdna_length": 6556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897209.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000652454.1",
"protein_id": "ENSP00000499001.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2078,
"cds_start": 202,
"cds_end": null,
"cds_length": 6237,
"cdna_start": 311,
"cdna_end": null,
"cdna_length": 6537,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000652454.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922158.1",
"protein_id": "ENSP00000592217.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2042,
"cds_start": 202,
"cds_end": null,
"cds_length": 6129,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 7424,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922158.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897206.1",
"protein_id": "ENSP00000567265.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2041,
"cds_start": 202,
"cds_end": null,
"cds_length": 6126,
"cdna_start": 1039,
"cdna_end": null,
"cdna_length": 7180,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897206.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922160.1",
"protein_id": "ENSP00000592219.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2030,
"cds_start": 202,
"cds_end": null,
"cds_length": 6093,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 7377,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922160.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922161.1",
"protein_id": "ENSP00000592220.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2029,
"cds_start": 202,
"cds_end": null,
"cds_length": 6090,
"cdna_start": 290,
"cdna_end": null,
"cdna_length": 7354,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922161.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922162.1",
"protein_id": "ENSP00000592221.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2011,
"cds_start": 202,
"cds_end": null,
"cds_length": 6036,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 6364,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922162.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897207.1",
"protein_id": "ENSP00000567266.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 2010,
"cds_start": 202,
"cds_end": null,
"cds_length": 6033,
"cdna_start": 311,
"cdna_end": null,
"cdna_length": 6359,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897207.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000897210.1",
"protein_id": "ENSP00000567269.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1984,
"cds_start": 202,
"cds_end": null,
"cds_length": 5955,
"cdna_start": 277,
"cdna_end": null,
"cdna_length": 6247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897210.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922159.1",
"protein_id": "ENSP00000592218.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1956,
"cds_start": 202,
"cds_end": null,
"cds_length": 5871,
"cdna_start": 321,
"cdna_end": null,
"cdna_length": 7163,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922159.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922164.1",
"protein_id": "ENSP00000592223.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1951,
"cds_start": 202,
"cds_end": null,
"cds_length": 5856,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 6166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922164.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922163.1",
"protein_id": "ENSP00000592222.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1945,
"cds_start": 202,
"cds_end": null,
"cds_length": 5838,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 6161,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922163.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del",
"transcript": "ENST00000922165.1",
"protein_id": "ENSP00000592224.1",
"transcript_support_level": null,
"aa_start": 68,
"aa_end": null,
"aa_length": 1940,
"cds_start": 202,
"cds_end": null,
"cds_length": 5823,
"cdna_start": 294,
"cdna_end": null,
"cdna_length": 6130,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922165.1"
},
{
"aa_ref": "L",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.166_168delCTT",
"hgvs_p": "p.Leu56del",
"transcript": "ENST00000651022.1",
"protein_id": "ENSP00000498226.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 718,
"cds_start": 166,
"cds_end": null,
"cds_length": 2158,
"cdna_start": 168,
"cdna_end": null,
"cdna_length": 2160,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.-69_-67delCTT",
"hgvs_p": null,
"transcript": "ENST00000651639.1",
"protein_id": "ENSP00000498545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": null,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 907,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651639.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "c.-69_-67delCTT",
"hgvs_p": null,
"transcript": "ENST00000531584.1",
"protein_id": "ENSP00000435874.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 51,
"cds_start": null,
"cds_end": null,
"cds_length": 156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531584.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.311_313delCTT",
"hgvs_p": null,
"transcript": "ENST00000525561.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 3399,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000525561.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.334_336delCTT",
"hgvs_p": null,
"transcript": "ENST00000695493.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": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000695493.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.334_336delCTT",
"hgvs_p": null,
"transcript": "ENST00000695494.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": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000695494.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.334_336delCTT",
"hgvs_p": null,
"transcript": "ENST00000695495.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": 5402,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000695495.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.334_336delCTT",
"hgvs_p": null,
"transcript": "ENST00000695496.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": 4266,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000695496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.202_204delCTT",
"hgvs_p": null,
"transcript": "ENST00000695497.1",
"protein_id": "ENSP00000511963.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": 7272,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000695497.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.202_204delCTT",
"hgvs_p": null,
"transcript": "ENST00000695498.1",
"protein_id": "ENSP00000511964.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": 7506,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000695498.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": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"hgvs_c": "n.104_106delCTT",
"hgvs_p": null,
"transcript": "ENST00000695499.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": 1583,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000695499.1"
}
],
"gene_symbol": "NUP214",
"gene_hgnc_id": 8064,
"dbsnp": "rs1302128286",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 6.914,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005085.4",
"gene_symbol": "NUP214",
"hgnc_id": 8064,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.202_204delCTT",
"hgvs_p": "p.Leu68del"
}
],
"clinvar_disease": "Acute myeloid leukemia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Acute myeloid leukemia",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}