← 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: 1-244858237-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=244858237&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 244858237,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_031844.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Lys423Arg",
"transcript": "NM_031844.3",
"protein_id": "NP_114032.2",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 825,
"cds_start": 1268,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000640218.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_031844.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Lys423Arg",
"transcript": "ENST00000640218.2",
"protein_id": "ENSP00000491215.1",
"transcript_support_level": 1,
"aa_start": 423,
"aa_end": null,
"aa_length": 825,
"cds_start": 1268,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_031844.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640218.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1211A>G",
"hgvs_p": "p.Lys404Arg",
"transcript": "ENST00000444376.7",
"protein_id": "ENSP00000393151.2",
"transcript_support_level": 1,
"aa_start": 404,
"aa_end": null,
"aa_length": 806,
"cds_start": 1211,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444376.7"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.440A>G",
"hgvs_p": "p.Lys147Arg",
"transcript": "ENST00000639628.2",
"protein_id": "ENSP00000491340.1",
"transcript_support_level": 1,
"aa_start": 147,
"aa_end": null,
"aa_length": 549,
"cds_start": 440,
"cds_end": null,
"cds_length": 1650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639628.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1295A>G",
"hgvs_p": "p.Lys432Arg",
"transcript": "ENST00000919769.1",
"protein_id": "ENSP00000589828.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 834,
"cds_start": 1295,
"cds_end": null,
"cds_length": 2505,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919769.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1262A>G",
"hgvs_p": "p.Lys421Arg",
"transcript": "ENST00000919767.1",
"protein_id": "ENSP00000589826.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 823,
"cds_start": 1262,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919767.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Lys410Arg",
"transcript": "ENST00000919768.1",
"protein_id": "ENSP00000589827.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 812,
"cds_start": 1229,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919768.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1211A>G",
"hgvs_p": "p.Lys404Arg",
"transcript": "NM_004501.3",
"protein_id": "NP_004492.2",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 806,
"cds_start": 1211,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004501.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Lys423Arg",
"transcript": "ENST00000945104.1",
"protein_id": "ENSP00000615163.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 806,
"cds_start": 1268,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945104.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1205A>G",
"hgvs_p": "p.Lys402Arg",
"transcript": "ENST00000899281.1",
"protein_id": "ENSP00000569340.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 804,
"cds_start": 1205,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899281.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1211A>G",
"hgvs_p": "p.Lys404Arg",
"transcript": "ENST00000945105.1",
"protein_id": "ENSP00000615164.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 763,
"cds_start": 1211,
"cds_end": null,
"cds_length": 2292,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945105.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1076A>G",
"hgvs_p": "p.Lys359Arg",
"transcript": "ENST00000945106.1",
"protein_id": "ENSP00000615165.1",
"transcript_support_level": null,
"aa_start": 359,
"aa_end": null,
"aa_length": 761,
"cds_start": 1076,
"cds_end": null,
"cds_length": 2286,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945106.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1025A>G",
"hgvs_p": "p.Lys342Arg",
"transcript": "ENST00000283179.14",
"protein_id": "ENSP00000283179.10",
"transcript_support_level": 5,
"aa_start": 342,
"aa_end": null,
"aa_length": 744,
"cds_start": 1025,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000283179.14"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1211A>G",
"hgvs_p": "p.Lys404Arg",
"transcript": "ENST00000919766.1",
"protein_id": "ENSP00000589825.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 740,
"cds_start": 1211,
"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": "ENST00000919766.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1211A>G",
"hgvs_p": "p.Lys404Arg",
"transcript": "ENST00000919765.1",
"protein_id": "ENSP00000589824.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 735,
"cds_start": 1211,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919765.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.977A>G",
"hgvs_p": "p.Lys326Arg",
"transcript": "ENST00000638475.1",
"protein_id": "ENSP00000491305.1",
"transcript_support_level": 5,
"aa_start": 326,
"aa_end": null,
"aa_length": 728,
"cds_start": 977,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638475.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.887A>G",
"hgvs_p": "p.Lys296Arg",
"transcript": "ENST00000704074.1",
"protein_id": "ENSP00000515674.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 664,
"cds_start": 887,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000704074.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.599A>G",
"hgvs_p": "p.Lys200Arg",
"transcript": "ENST00000440865.2",
"protein_id": "ENSP00000410728.2",
"transcript_support_level": 2,
"aa_start": 200,
"aa_end": null,
"aa_length": 602,
"cds_start": 599,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440865.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.434A>G",
"hgvs_p": "p.Lys145Arg",
"transcript": "ENST00000638716.1",
"protein_id": "ENSP00000491601.1",
"transcript_support_level": 5,
"aa_start": 145,
"aa_end": null,
"aa_length": 547,
"cds_start": 434,
"cds_end": null,
"cds_length": 1644,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638716.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.440A>G",
"hgvs_p": "p.Lys147Arg",
"transcript": "ENST00000640001.1",
"protein_id": "ENSP00000491294.1",
"transcript_support_level": 5,
"aa_start": 147,
"aa_end": null,
"aa_length": 546,
"cds_start": 440,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640001.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.251A>G",
"hgvs_p": "p.Lys84Arg",
"transcript": "ENST00000483966.3",
"protein_id": "ENSP00000492573.1",
"transcript_support_level": 2,
"aa_start": 84,
"aa_end": null,
"aa_length": 302,
"cds_start": 251,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000483966.3"
},
{
"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": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1230+492A>G",
"hgvs_p": null,
"transcript": "ENST00000919770.1",
"protein_id": "ENSP00000589829.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 737,
"cds_start": null,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919770.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": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.1173+492A>G",
"hgvs_p": null,
"transcript": "ENST00000919771.1",
"protein_id": "ENSP00000589830.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 718,
"cds_start": null,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919771.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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.635-2079A>G",
"hgvs_p": null,
"transcript": "ENST00000945103.1",
"protein_id": "ENSP00000615162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 399,
"cds_start": null,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.881A>G",
"hgvs_p": null,
"transcript": "ENST00000366525.8",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000366525.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.665A>G",
"hgvs_p": null,
"transcript": "ENST00000465881.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000465881.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.1328A>G",
"hgvs_p": null,
"transcript": "ENST00000468690.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000468690.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.3382A>G",
"hgvs_p": null,
"transcript": "ENST00000476241.2",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000476241.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.377A>G",
"hgvs_p": null,
"transcript": "ENST00000638230.1",
"protein_id": "ENSP00000492010.1",
"transcript_support_level": 5,
"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": "ENST00000638230.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.440A>G",
"hgvs_p": null,
"transcript": "ENST00000638301.1",
"protein_id": "ENSP00000491807.1",
"transcript_support_level": 5,
"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": "ENST00000638301.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.2036A>G",
"hgvs_p": null,
"transcript": "ENST00000638589.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": "ENST00000638589.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.3485A>G",
"hgvs_p": null,
"transcript": "ENST00000638952.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000638952.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.3258A>G",
"hgvs_p": null,
"transcript": "ENST00000639667.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": "ENST00000639667.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*204A>G",
"hgvs_p": null,
"transcript": "ENST00000639880.1",
"protein_id": "ENSP00000490988.1",
"transcript_support_level": 5,
"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": "ENST00000639880.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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*204A>G",
"hgvs_p": null,
"transcript": "ENST00000640056.1",
"protein_id": "ENSP00000492620.1",
"transcript_support_level": 5,
"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": "ENST00000640056.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": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.1211A>G",
"hgvs_p": null,
"transcript": "ENST00000640306.1",
"protein_id": "ENSP00000491685.1",
"transcript_support_level": 5,
"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": "ENST00000640306.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*253A>G",
"hgvs_p": null,
"transcript": "ENST00000640440.1",
"protein_id": "ENSP00000491263.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": "ENST00000640440.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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.1435A>G",
"hgvs_p": null,
"transcript": "ENST00000649899.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": "retained_intron",
"feature": "ENST00000649899.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*204A>G",
"hgvs_p": null,
"transcript": "ENST00000639880.1",
"protein_id": "ENSP00000490988.1",
"transcript_support_level": 5,
"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": "ENST00000639880.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*204A>G",
"hgvs_p": null,
"transcript": "ENST00000640056.1",
"protein_id": "ENSP00000492620.1",
"transcript_support_level": 5,
"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": "ENST00000640056.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "n.*253A>G",
"hgvs_p": null,
"transcript": "ENST00000640440.1",
"protein_id": "ENSP00000491263.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": "ENST00000640440.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"hgvs_c": "c.-158A>G",
"hgvs_p": null,
"transcript": "ENST00000639824.1",
"protein_id": "ENSP00000491903.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 326,
"cds_start": null,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639824.1"
}
],
"gene_symbol": "HNRNPU",
"gene_hgnc_id": 5048,
"dbsnp": "rs760669739",
"frequency_reference_population": 0.000032836775,
"hom_count_reference_population": 0,
"allele_count_reference_population": 53,
"gnomad_exomes_af": 0.0000301,
"gnomad_genomes_af": 0.0000591125,
"gnomad_exomes_ac": 44,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11377036571502686,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.678,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.2046,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.97,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.13,
"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": -18,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -18,
"benign_score": 18,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_031844.3",
"gene_symbol": "HNRNPU",
"hgnc_id": 5048,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1268A>G",
"hgvs_p": "p.Lys423Arg"
}
],
"clinvar_disease": " 54,Developmental and epileptic encephalopathy,Inborn genetic diseases",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"phenotype_combined": "Inborn genetic diseases|Developmental and epileptic encephalopathy, 54",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}